![]() |
Watermark and Thumbnail - 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: Watermark and Thumbnail (/showthread.php?tid=31728) |
Watermark and Thumbnail - El Forum - 06-29-2010 [eluser]dennismonsewicz[/eluser] I am have a script that I need to create a thumbnail and a watermark (on the original image), but my script is only creating the thumbnail and skipping over the watermarking part... any ideas? Code: $image = $data['json']->{'file_name'}; Thanks in advance! Watermark and Thumbnail - El Forum - 06-29-2010 [eluser]dennismonsewicz[/eluser] Any ideas? Watermark and Thumbnail - El Forum - 07-29-2010 [eluser]gaben[/eluser] i have the same problem ![]() Watermark and Thumbnail - El Forum - 07-29-2010 [eluser]dennismonsewicz[/eluser] Will this help? http://ellislab.com/forums/viewthread/159487 Watermark and Thumbnail - El Forum - 07-29-2010 [eluser]Mat-Moo[/eluser] If your not offended by 3rd party libs, try mine out http://ellislab.com/forums/viewthread/161469/ uses GD2 and required php5 though. |