Jump to content

PHP watermark function


Fmdpa

Recommended Posts

Can I run an image through a function that applies a watermark (from a PNG image) on the specified image at certain coordinates (even lower-right would work), and 2.), saves the watermarked image?

Link to comment
Share on other sites

You can use imagecopyresampled to copy part of one image to another one, so you can copy a transparent PNG image with a partially transparent watermark to another image. There are several examples online of saving PNG images with alpha transparency. I haven't actually copied a transparent image over another one, but I imagine that's how it would be done.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...