![]() |
Image Manipulation Library Question - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Image Manipulation Library Question (/showthread.php?tid=38455) |
Image Manipulation Library Question - El Forum - 02-08-2011 [eluser]mikegeorgeff[/eluser] Is there a way to resize an image twice. I have a form where I'm uploading an image and I need a large view and a smaller image. I currently have the smaller image size working but I can't figure out how to resize the source image. Here is the code I have: Code: function addProduct() Image Manipulation Library Question - El Forum - 02-09-2011 [eluser]Mat-Moo[/eluser] You can try my library (Image_moo in the sig) Image Manipulation Library Question - El Forum - 02-09-2011 [eluser]Cristian Gilè[/eluser] Code: $config = array(); Cristian Gilè |