![]() |
Resize and watermark: need to set a create_thumb? - 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: Resize and watermark: need to set a create_thumb? (/showthread.php?tid=14728) |
Resize and watermark: need to set a create_thumb? - El Forum - 01-13-2009 [eluser]abmcr[/eluser] For managing a thumb and a watermark i have encoutered some problems: without set the Code: 'create_thumb' => false With this code all work fine Code: $this->load->library('image_lib'); The tip is the Code: 'create_thumb' => false I think this is a bug... thank you Resize and watermark: need to set a create_thumb? - El Forum - 04-22-2009 [eluser]munko[/eluser] nice catch, thank you from CI's newbie |