-
Notifications
You must be signed in to change notification settings - Fork 597
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(jpegxl): Initial Exif and XML metadata support for JPEG XL (#4310)
Initial Exif and XML metadata support for JPEG XL. - EXIF - works and enabled by default - XML - works and enabled by default - IPTC - that part need some help. JPEG XL support XML based IPTC, but Ido not get what IPTC create an OIIO - JBIG - not sure new options: - `jpegxl:use_boxes` - export EXIF, XMP, IPTC, JBIG - `jpegxl:compress_boxes` - compress meta boxes (disabled for this moment by default) - jpegxl:exif_box = 1 (enabled) - jpegxl:xmp_box = 1 (enabled) - jpegxl:jumb_box = 0 (disabled) - jpegxl:iptc_box = 0 (disabled) No tests yet, but if we have I can add. --------- Signed-off-by: Vlad (Kuzmin) Erium <[email protected]>
- Loading branch information
Showing
2 changed files
with
144 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters