CodeIgniter Forums
Need Help with Image Manipulation Class - 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: Need Help with Image Manipulation Class (/showthread.php?tid=47766)



Need Help with Image Manipulation Class - El Forum - 12-21-2011

[eluser]vincej[/eluser]
Hi - My site invites people to upload images. I got that working nicely. Now I want to add the ability to resize images so that they are stored at the correct thumbnail size.

Ideally I would like to resize the image at the time of submission. That way I only have 1 copy of the image and only 1 process to execute. it also means that when I retrieve the image there is no processing. I get the right sized one.

What is the best work flow using this class? I mean the user guide suggests that the image needs already to be on file ie already submitted adn in a file.

Can the image manipoulation class do what I want ? - if so what is the best way of doing it, in term sof work flow ?

Many many thanks !