![]() |
Upload Image + Resize on Fly Help Needed - 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: Upload Image + Resize on Fly Help Needed (/showthread.php?tid=4206) |
Upload Image + Resize on Fly Help Needed - El Forum - 11-12-2007 [eluser]Justin Patel[/eluser] Hello, I am trying to upload image. and it is working fine. What I need is as soon as it gets uploaded it should be resized with specified size, It would be great if I can create .jpeg image from .gif images on fly. Please some one help me. Thanks, JP Upload Image + Resize on Fly Help Needed - El Forum - 11-12-2007 [eluser]schnoodles[/eluser] Look up http://ellislab.com/codeigniter/user-guide/libraries/image_lib.html especially the first header. Upload Image + Resize on Fly Help Needed - El Forum - 11-12-2007 [eluser]Justin Patel[/eluser] Thanks for quick reply. But I am upload image on other server using ftp class, is there any ways to resize? thanks Upload Image + Resize on Fly Help Needed - El Forum - 11-12-2007 [eluser]schnoodles[/eluser] Yes just combine both of the classes, like as soon as its uploaded run it through Image Manipulation class to get a thumbnail of it. |