CI's image_lib cropping isn't working properly |
[eluser]KeyStroke[/eluser]
Hi, I'm using a javascript interface to pass the X/Y axis and height/width to CodeIgniter to crop images. I noticed that cropping, for some reason, isn't working properly. It doesn't crop exactly where I want, and it seems to ignore the width I provide. Note that the following CI code doesn't work: Code: $this->load->library('image_lib'); Whereas this native PHP code that I've copied from the javascript cropping library works perfectly fine: Code: $targ_w = $targ_h = 150; Any idea what's wrong? Your help is much appreciated ![]() |
Messages In This Thread |
CI's image_lib cropping isn't working properly - by El Forum - 02-10-2009, 01:08 PM
CI's image_lib cropping isn't working properly - by El Forum - 02-10-2009, 09:33 PM
CI's image_lib cropping isn't working properly - by El Forum - 02-11-2009, 03:43 AM
CI's image_lib cropping isn't working properly - by El Forum - 02-11-2009, 03:46 AM
CI's image_lib cropping isn't working properly - by El Forum - 02-11-2009, 04:24 AM
CI's image_lib cropping isn't working properly - by El Forum - 02-11-2009, 04:42 AM
CI's image_lib cropping isn't working properly - by El Forum - 02-11-2009, 05:00 AM
|