Skip to content
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

Closed
tledoux opened this issue Feb 3, 2016 · 3 comments
Closed

ICCProfiles in JPEG are not extracted #61

tledoux opened this issue Feb 3, 2016 · 3 comments
Assignees
Labels
feature New functionality to be developed
Milestone

Comments

@tledoux
Copy link
Contributor

tledoux commented Feb 3, 2016

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.

@carlwilson carlwilson added this to the Release 1.16 milestone Sep 7, 2016
@carlwilson carlwilson added the feature New functionality to be developed label Sep 7, 2016
@carlwilson
Copy link
Member

carlwilson commented Sep 7, 2016

This issue is very similar to #62 and can be done as a single piece of work. Its weighting of 13 points includes completing #62 also. Don't vote for this issue if you've already voted for #62.

@tledoux
Copy link
Contributor Author

tledoux commented Sep 7, 2016

+1 (obviously...)

@asciim0
Copy link
Contributor

asciim0 commented Sep 19, 2016

+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
@tledoux tledoux self-assigned this May 3, 2017
@tledoux tledoux added in progress and removed ready labels May 3, 2017
@carlwilson carlwilson modified the milestones: Release v1.18, Release 1.16 May 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New functionality to be developed
Projects
None yet
Development

No branches or pull requests

3 participants