class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
I created a small routine to create rounded corners using your excellent class. I was able to "watermark" the rounded corner, but it does no affect the transparency of my original PNG file. Is it possible to use the watermark to actually act as a "cookie cutter" and change the transparency of the PNG? Thanks a lot, CassianoReply
No, it is not possible as of now. But it is planned for a future release to be able to apply masks to a picture. The masks will be alpha-transparent, and will allow you to cut out part of your picture.Reply
I was able to "watermark" the rounded corner, but it does no affect the transparency of my original PNG file. Is it possible to use the watermark to actually act as a "cookie cutter" and change the transparency of the PNG?
Thanks a lot,
Cassiano