Question

i work in lamp environment . i search script that know to take a image , that user upload to my site. and make from this image , new image that contain the real image with small stamp on the top corner.

thanks

Was it helpful?

Solution

your best bet would be to look here it is an ideal script provided by the PHP.net user guide. Just make sure that you have the GD library installed

OTHER TIPS

You'd want a watermark which can be accomplished with GD

What you are describing is "watermarking". There are tools out there to do this, a lot of image manipulation packages have this feature.

A search for this might lead you to something useful.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top