Welcome Guest, Not a member yet? Register   Sign In
Can't process more than one image.
#3

[eluser]robertvn2k[/eluser]
You can try as follow

//load library
$this->load->library('image_lib');
$this->image_lib->clear();

//set config
$config .....

//initialize
$this->image_lib->initialize($config);

//do resize

...
Repeat the same code with second image.


Messages In This Thread
Can't process more than one image. - by El Forum - 05-23-2010, 01:58 PM
Can't process more than one image. - by El Forum - 05-23-2010, 03:31 PM
Can't process more than one image. - by El Forum - 05-24-2010, 05:37 AM
Can't process more than one image. - by El Forum - 05-24-2010, 09:56 AM
Can't process more than one image. - by El Forum - 12-09-2010, 04:00 PM
Can't process more than one image. - by El Forum - 12-09-2010, 04:32 PM
Can't process more than one image. - by El Forum - 12-09-2010, 05:11 PM
Can't process more than one image. - by El Forum - 12-09-2010, 07:10 PM



Theme © iAndrew 2016 - Forum software by © MyBB