CodeIgniter Forums
multiple watermarks using image_lib - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: multiple watermarks using image_lib (/showthread.php?tid=10201)



multiple watermarks using image_lib - El Forum - 07-22-2008

[eluser]steelaz[/eluser]
Is it possible to add multiple watermarks to the same image using CI image_lib library and loop statement?


multiple watermarks using image_lib - El Forum - 08-10-2008

[eluser]coolfactor[/eluser]
[quote author="steelaz" date="1216763462"]Is it possible to add multiple watermarks to the same image using CI image_lib library and loop statement?[/quote]

Yes, after doing the first watermark, set the "source_image" to the path of "new_image" so that you keep replacing your new image with the next transformation.


multiple watermarks using image_lib - El Forum - 08-10-2008

[eluser]Rick Jolly[/eluser]
Long time no see CF. Welcome back.


multiple watermarks using image_lib - El Forum - 08-10-2008

[eluser]steelaz[/eluser]
Thanks CF, I eventually figured it out on my own, but forgot to update this thread.