Image::load(APPPATH.'temp'.DS.'hello.jpg') ->config('bgcolor', '#f00') ->resize(100, 100, true, true) ->save(APPPATH.'temp'.DS.'full.jpg');
Jaroslav Petrusevic wrote on Sunday 4th of September 2011:where are you putting hello.jpg ? try putting ie it in the temp folder, then load it as APPPATH.'temp/hello.jpg'
// in controller Image::load(APPPATH.'/temp/hello.jpg') ->config('bgcolor', '#f00') ->resize(100, 100, true, true) ->save(APPPATH.'/temp/full.jpg');
It looks like you're new here. If you want to get involved, click one of these buttons!