-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ICCProfiles in JPEG are not extracted #61
Comments
Closed
+1 (obviously...) |
+1 |
tledoux
added a commit
to tledoux/jhove
that referenced
this issue
May 3, 2017
Validate ICC profile using java standard ICC_Profile class Decode v2 and v4 ICC Profiles description according to Specification ICC.1:2001-04 http://www.color.org/ICC_Minor_Revision_for_Web.pdf Specification ICC.1:2010-12 http://www.color.org/ICC1-V41.pdf Add unit test for v2 and v4 ICC profiles. Test output of iccProfileName in NisoImageMetadata v0.2, v1.0 and v2.0. Extract ICCProfile from TIFF tag ICCProfile. Extracy ICCProfile from APP2 segment in JPEG. Fixes openpreserve#61 Fixes openpreserve#62
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a JPEG file embeds a ICCProfile in an APP2 data segment, this information doesn't appear in the associated mix information (NisoImageMetadata) : the information is supposed to be located in the IccProfile element.
Such an ICCProfile can be validated by intending to construct an java.awt.color.ICC_Profile with the getInstance() method in java.
The text was updated successfully, but these errors were encountered: