Feature #1243
Improved JPEG 2000 Support
100%
Files
Related issues
Associated revisions
#1243 Added XMP and IPTC data to Reagan.jp2. Corrected printStructure() appropriately.
Will add jp2image::writeMetadata()/iccProfile tomorrow and update tests.
#1243 Work-in-progress. Added test/data/relax.jp2 which has an embedded ICC profile.
#1243 Work-in-progress. Still to add code to writeMetadata for icc profiles.
#1243 Work-in-progress.
#1243 Work-in-progress on writing ICC profiles. Fixed elusive issue in exiv2 -pS foo.jp2
#1243 Work-in-progress on iccProfile related code.
#1243 Adding ICC Profile support to jp2image.cpp
#1243 Fixing typo/build breaker.
#1243. Fixing compilation warnings from clang in jp2image.cpp
History
Updated by Robin Mills about 5 years ago
I attach a file with an embedded ICC profile. File provided by Herb Kauer. Thanks Herb, this will be very useful.
Updated by Robin Mills about 5 years ago
- Status changed from New to Assigned
- Assignee set to Robin Mills
- Target version changed from 0.28 to 0.26
- % Done changed from 0 to 50
- Estimated time set to 10.00 h
r4623 Thanks to Herb's file, I've figure out how to decode an ICC profile in a JP2 image. I still have to do add writing iccProfile to jp2image::writemetadata().
Updated by Robin Mills about 5 years ago
- Subject changed from Implement jp2image::printStructure() to Improved JPEG 2000 Support
- % Done changed from 80 to 100
- Estimated time changed from 10.00 h to 20.00 h
Several things have been done:
1) Fix issue #1142 (UUID Exif\0\0 issue)
2) Implement jp2image::printStructure()
3) Add support for ICC profiles
4) Updated man page
5) Updated test suite
Updated by Robin Mills about 5 years ago
- % Done changed from 100 to 80
I'm dragging my feet on adding ICC Profile support to jp2image.cpp
Updated by Robin Mills about 5 years ago
- % Done changed from 80 to 100
r4648 Adding ICC Profile support to jp2image.cpp
#1243 Work in progress. Implemented jp2image::printStructure. Still to add iccProfile support to jp2image::writeMetadata()