CodeIgniter Forums
how to create 2 image resizes in a loop ? - 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: how to create 2 image resizes in a loop ? (/showthread.php?tid=30126)



how to create 2 image resizes in a loop ? - El Forum - 05-04-2010

[eluser]dsi[/eluser]
how can i create 2 or more image thumbnail in a loop or continuously?
cn anyone help?


how to create 2 image resizes in a loop ? - El Forum - 05-04-2010

[eluser]Clooner[/eluser]
Use this function to reset values.

Code:
$this->image_lib->clear()

It's all really well documented in the manual!