I am using the GD library to create free customized wallpapers, animations, etc. It's all working quite nicely. Now, I would like to add comments to the file before sending it to the browser (e.g. Made by xxx at www.yyy.com).
I know php can do exim on jpegs but the comments in the manual mention that you can only modify them IF they already exist. Can't add them.
I don't know much about png. (just learned a lot over the last week from a reply by weedpacket)
As for gif, I can't find anything in php/gd that's even remotely related.
A search here didn't bring up anything of importance.
Am I missing something so obvious that I'm going to slap myself? Can someone point me in the right direction? Or is this just not possible and thus just give up?