I'm having a problem: I want to resize and watermark an image in CodeIgniter. But I need "dynamic_output" to be TRUE.
$this->image_lib->resize();
$this->image_lib->watermark();
But when resize function fires it returns the image directly.
I don't need to save the image to save temporary copy. Any help?