CodeIgniter Forums
Image resize limit file size created - 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: Image resize limit file size created (/showthread.php?tid=24972)



Image resize limit file size created - El Forum - 11-26-2009

[eluser]leftyboy[/eluser]
Hi

I need to use the image_lib to re-size an image but rather than constrain it's dimensions I need to make sure it's limited to a certain file size (in my case 200K) so I can forward it on to another site.

I don't want to loop through resizing an image until it's small enough (too intensive for a large number of images) so is there any other (CI style) solution?

TIA