CodeIgniter Forums
Watermark image to another image - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Watermark image to another image (/showthread.php?tid=82756)



Watermark image to another image - Chivinsdev - 08-19-2022

Hello mates,
Please you guys should help me on this.
I am trying to add logo image to product images but not seeing image watermark except text watermark.
Please can anyone help me on this.
Best regards


RE: Watermark image to another image - startup - 08-21-2022

(08-19-2022, 07:41 AM)Chivinsdev Wrote: Hello mates,
Please you guys should help me on this.
I am trying to add logo image to product images but not seeing image watermark except text watermark.
Please can anyone help me on this.
Best regards

You  should see this example và use it in codeigniter 4

https://www.php.net/manual/en/image.examples-watermark.php



RE: Watermark image to another image - luckmoshy - 08-21-2022

According to CI, I don't know if there is such a method or function let us wait to see one of the CI team

except I know This

https://codeigniter.com/user_guide/libraries/images.html#adding-a-text-watermark

Maybe create your own library method, or function for this, and manipulate it to CI


RE: Watermark image to another image - InsiteFX - 08-21-2022

Here is another Example:

Upload and Add Watermark to Image using PHP