IPTC-IIM
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics }} IPTC is a metadata format used in some types of image files. == Format == Structurally, IPTC is a sequence of data b...") |
|||
Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
|formattype=electronic | |formattype=electronic | ||
− | |subcat= | + | |subcat=Metadata |
}} | }} | ||
Line 29: | Line 29: | ||
* [http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/IPTC.html ExifTool IPTC Tags] | * [http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/IPTC.html ExifTool IPTC Tags] | ||
+ | |||
+ | [[Category:Graphics]] |
Revision as of 06:26, 7 March 2013
IPTC is a metadata format used in some types of image files.
Contents |
Format
Structurally, IPTC is a sequence of data blocks, which the specification calls "DataSets". Each DataSet contains a 1-byte "record number" and a 1-byte "DataSet number", which together indicate the type of data stored in that DataSet.
Take note of DataSet {1, 90} (Coded Character Set), which indicates the character encoding used in other DataSets.
Multi-byte integers use big-endian byte order.
Embedding
In a TIFF file, IPTC uses tag 33723.
IPTC may be embedded in Photoshop Image Resources metadata, with Resource ID 0x0404.
JPEG files often contain IPTC embedded in Photoshop Image Resources.