$image = \Image::factory(array('persistence' => true)); // Change to forge for 1.1 $image->load($path,true)->preset($preset); $image->save($cache_dir.$savename);Or just set it in config/image.php to true. Edit: Fixed some typos :p
It looks like you're new here. If you want to get involved, click one of these buttons!