![]() |
Problem resizing one original image two times - 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: Problem resizing one original image two times (/showthread.php?tid=8060) Pages:
1
2
|
Problem resizing one original image two times - El Forum - 06-07-2008 [eluser]Roger Glenn[/eluser] I was having similar problems resizing the original and creating a thumbnail. I tried $this->image_lib->clear(); and $this->image_lib->initialize($config); but still had problems until I renamed the $config array. Code: // SNIP ---------- This finally worked for me. I agree that the example in the docs should be a little more explicit about initialize(); |