![]() |
Can't Resize Two Images In Method (Using Image Library) - 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: Can't Resize Two Images In Method (Using Image Library) (/showthread.php?tid=35707) |
Can't Resize Two Images In Method (Using Image Library) - El Forum - 11-08-2010 [eluser]mdvaldosta[/eluser] Here's my code, where'd I go wrong? It creates the thumb, but leaves the original intact rather than resizing it also. Code: function _resize_image($filename) Can't Resize Two Images In Method (Using Image Library) - El Forum - 11-09-2010 [eluser]Unknown[/eluser] Hi Summer Student, You've to unset the config. unset($config); Greetz, I had the proplem two, and just clearing the libary doesn't work. Greetz Can't Resize Two Images In Method (Using Image Library) - El Forum - 11-09-2010 [eluser]mdvaldosta[/eluser] That didn't work, but I got it using this: Code: // Make thumb configuration |