Skip to content

Commit 3345328

Browse files
authored
Merge pull request #287 from image-rs/icc-tag
Add ICC (color profile) to the set of known tags
2 parents 7707060 + ce0ca5c commit 3345328

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tags.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ pub enum Tag(u16) unknown(
133133
ExifDirectory = 0x8769,
134134
// <https://web.archive.org/web/20131111073619/http://www.exif.org/Exif2-1.PDF>
135135
GpsDirectory = 0x8825,
136+
// <https://www.color.org/technotes/ICC-Technote-ProfileEmbedding.pdf>
137+
IccProfile = 34675,
136138
GeoKeyDirectoryTag = 34735, // (SPOT)
137139
GeoDoubleParamsTag = 34736, // (SPOT)
138140
GeoAsciiParamsTag = 34737, // (SPOT)

0 commit comments

Comments
 (0)