OSCommerce Product Manager for Windows
FS#276 - Add IPTC or EXIF signature to uploaded images.
Attached to Project:
OSCommerce Product Manager
Opened by Mario A. Valdez-Ramirez (mvaldez) - Wednesday, 21 September 2005, 19:20 GMT
Last edited by Mario A. Valdez-Ramirez (mvaldez) - Thursday, 22 September 2005, 12:05 GMT
Opened by Mario A. Valdez-Ramirez (mvaldez) - Wednesday, 21 September 2005, 19:20 GMT
Last edited by Mario A. Valdez-Ramirez (mvaldez) - Thursday, 22 September 2005, 12:05 GMT
|
DetailsAll uploaded images should be tagged in the IPTC or EXIF metadata space so that they are marked with the store name and the application used.
|
This task depends upon
Closed by Mario A. Valdez-Ramirez (mvaldez)
Thursday, 22 September 2005, 12:05 GMT
Reason for closing:
Thursday, 22 September 2005, 12:05 GMT
Reason for closing:
I think IPTC are obsolete.
EXIF is only for JPEGs.
JPEGs also have a single comment field.
PNGs can have several comment fields.
The FreeImage library can handle all that.
Added simple comment to JPEG and PNG.
Closing as implemented.
Just as a note:
In JPEG the signature is in the Comment field.
In PNG, an iTxt data chunk named Comment is added
(iTxt is like Text but accepts Unicode data).