![]() |
Image manipulation thumbs (resize, and crop) - 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: Image manipulation thumbs (resize, and crop) (/showthread.php?tid=37543) |
Image manipulation thumbs (resize, and crop) - El Forum - 01-13-2011 [eluser]Piter[/eluser] Hi, I prepared a little script to generate thumbnails with a fixed size does not depend on the size of a large picture. Directions: Code: $this->load->library('Images'); librares/Images.php Code: <?php I greet in the Polish ![]() Image manipulation thumbs (resize, and crop) - El Forum - 05-17-2011 [eluser]CARP[/eluser] Hi I've been looking for a library for creating thumbnails. Is there any way to avoid the file creation and just output the thumbnail to the browser in each function call? Thanks Image manipulation thumbs (resize, and crop) - El Forum - 08-12-2011 [eluser]Jazmo[/eluser] This may be a very stupid question, but why did you code some nifty additional library and didn't extend the image_lib? You could've added resize_and_crop method to class directly and maybe even posted it to the repository. That's how it could eventually get even to the Core. And in that way, help us all. Just my 2c, but of course I'm delighted of your contribution to the community. |