We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7707060 + ce0ca5c commit 3345328Copy full SHA for 3345328
src/tags.rs
@@ -133,6 +133,8 @@ pub enum Tag(u16) unknown(
133
ExifDirectory = 0x8769,
134
// <https://web.archive.org/web/20131111073619/http://www.exif.org/Exif2-1.PDF>
135
GpsDirectory = 0x8825,
136
+ // <https://www.color.org/technotes/ICC-Technote-ProfileEmbedding.pdf>
137
+ IccProfile = 34675,
138
GeoKeyDirectoryTag = 34735, // (SPOT)
139
GeoDoubleParamsTag = 34736, // (SPOT)
140
GeoAsciiParamsTag = 34737, // (SPOT)
0 commit comments