openjpeg
openjpeg copied to clipboard
Feature request: image resolution and XMP support on both read/write operations
We have a JPEG 2000 implementation for KDE based on OpenJPEG to replace the no longer supported Qt plugin based on Jasper. We started an effort to make the plugins functionality consistent (where possible) and noticed that the library does not support some features that we use:
- Image resolution
- XMP metadata
I saw that they are both marked as "For the future" in jp2.h so I decided to write this request :)
I think #1110 would help this somewhat, but it has been stalled for a while.