Hi
I'm new to using to GD library but have been able to make an image (for my background) with this header:
header ("Content-type: image/png\nContent-Disposition: inline; filename=bg.png");
Does anyone know of a way of adding the other information often found in png files?
For example, if I save this file from the browser and look at its properties in PaintShop Pro, it shows these fields blank:
Image Title
Artist Name
Copyright
Description
Can these be set in the headers sent by the server from my image making script?
I can't use a watermark because the image is too small (it's a tiled background image) and replicated all over the background.
Trevor