Resizing and Watermarking with GD or other options?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Teonnyn
Forum Commoner
Posts: 58
Joined: Tue Dec 23, 2008 4:07 am

Resizing and Watermarking with GD or other options?

Post by Teonnyn »

I'd like to take a source image - held in a variable array - and put that through a resize with set parameters when it's called. However, I also want to watermark the image. All this is done on-the-fly, and for a total of eight images. The watermarks aren't saved but applied to the images as they're seen by users. All of the images are the same size, but at the moment I'm resizing them.. "manually". There has to be a better way to do this overall. Can anyone give me any ideas?
Post Reply