![]() |
Crop Image not working as expected - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Crop Image not working as expected (/showthread.php?tid=40804) |
Crop Image not working as expected - El Forum - 04-19-2011 [eluser]imcl[/eluser] I've posted this on SO to no avail, so here it goes. I have this model to crop the user's image Code: function crop_avatar() Code: Array For some reason unknown to me - there's no cropping going on. The original image passes straight thru this model, and is unchanged. I do have GD on my server -- any ideas what might be wrong here? Thanks! |