Welcome Guest, Not a member yet? Register   Sign In
Crop function in "image lib" library is not working
#2

[eluser]Atharva[/eluser]
Code:
$this->load->library('image_lib', $shot_config);
$this->image_lib->initialize($shot_config);

you are initializing the library twice. You can comment
Code:
$this->image_lib->initialize($shot_config);

Also, are you sure the source image exists while cropping?


Messages In This Thread
Crop function in "image lib" library is not working - by El Forum - 01-14-2011, 02:32 AM
Crop function in "image lib" library is not working - by El Forum - 01-14-2011, 03:23 AM
Crop function in "image lib" library is not working - by El Forum - 01-14-2011, 04:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB