![]() |
Resizing Multiple images - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Resizing Multiple images (/showthread.php?tid=44032) |
Resizing Multiple images - El Forum - 07-31-2011 [eluser]apobukay[/eluser] I'm having a bug when I resizing multiple images some images would not resize correctly and some would not resize, the resize works perfectly when i just resize one image. I want to resize multiple images . how to do that? my code flow, first upload the images then resize it. Please help me.. thank you in advance. here is my code: note: I'm using multiple upload Library and it works perfectly. Code: function upload_process() Resizing Multiple images - El Forum - 08-01-2011 [eluser]IgnitedCoder[/eluser] Try this library... I use multi_upload as well and I resize multiple images. Its pretty decent and does the trick. http://codeigniter.com/wiki/Category:Libraries::Images/revision/10537/ Resizing Multiple images - El Forum - 08-06-2011 [eluser]apobukay[/eluser] thank you sir! it really helps! Resizing Multiple images - El Forum - 08-06-2011 [eluser]Mat-Moo[/eluser] You can also check out my image library, see sig ![]() |