vote up 1 vote down star

We create thumb images on our server and I'm looking for a way to save metadata (text) in that image. Is that possible?

At this moment we use PHP and we create JPG images.

flag
What do you think people should answer on this question? Yes\No? Telling us about file format would be a good start. – aku Sep 19 '08 at 14:54
you're right! updated my question – Gert-Jan van der Wel Sep 19 '08 at 15:01

5 Answers

vote up 3 vote down check

Depends on the format. JPEG has EXIF, XMP, and IPTC. Here's a nice page on the topic.

link|flag
vote up 0 vote down

Thanks everybody, this should do the trick!

link|flag
vote up 1 vote down

Yes, it's possible.

You can use the almighty Exiftool perl utility, which handles nearly every known set of tags, both standard(EXIF, IPTC, Adobe's XMP, etc) and proprietary ones.

link|flag
vote up 0 vote down

Embedding XMP Metadata in Application Files (PDF)

link|flag
vote up 1 vote down

EXIF or reuse an old "data-hiding" concept, Stenography

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.