Welcome Guest, Not a member yet? Register   Sign In
Image library: resizing two or more images
#5

[eluser]Aken[/eluser]
Without specific errors it's hard to help much. But I can tell you that the second time you want to use the library, don't load it over again, just reinitialize it.

Instead of
Code:
$this->load->library('image_lib', $config);
Use
Code:
$this->image_lib->initialize($config);


Messages In This Thread
Image library: resizing two or more images - by El Forum - 11-27-2009, 10:14 PM
Image library: resizing two or more images - by El Forum - 11-28-2009, 11:34 AM
Image library: resizing two or more images - by El Forum - 11-28-2009, 01:00 PM
Image library: resizing two or more images - by El Forum - 11-28-2009, 02:42 PM
Image library: resizing two or more images - by El Forum - 11-28-2009, 02:55 PM
Image library: resizing two or more images - by El Forum - 11-28-2009, 03:01 PM
Image library: resizing two or more images - by El Forum - 11-28-2009, 03:35 PM
Image library: resizing two or more images - by El Forum - 04-09-2010, 09:44 AM
Image library: resizing two or more images - by El Forum - 04-09-2010, 09:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB