-
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
Add ICC Profile name for JPEG and TIFF files. #249
Conversation
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
Codecov Report
@@ Coverage Diff @@
## integration #249 +/- ##
================================================
+ Coverage 40.36% 40.5% +0.14%
- Complexity 3128 3136 +8
================================================
Files 392 392
Lines 31400 31474 +74
Branches 6114 6123 +9
================================================
+ Hits 12674 12748 +74
+ Misses 16349 16337 -12
- Partials 2377 2389 +12
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @tledoux, saw your message and had already had a look and have approved this now.
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 #61
Fixes #62