I noticed that.
Maybe the priority isn't high, or the developers assume that JPEG files with XYB are considered experimental and only a few people are using that coding option.
Anyway, in the meantime, until a proper bugfix is in the official code of jpegli,
a quick fix might be disabling color ...
Search found 34 matches
- Mon May 12, 2025 1:32 pm
- Forum: NConvert
- Topic: XYB color space with JPEGLI ??
- Replies: 6
- Views: 549
- Thu May 08, 2025 1:47 pm
- Forum: Classic - Suggestions
- Topic: jpeg xl CMYK support...?
- Replies: 2
- Views: 261
Re: jpeg xl CMYK support...?
CMYK color space is primarily of interest for printing images. For displaying CMYK images on a monitor they have to be converted to RGB color space for that purpose.
- Thu May 01, 2025 10:01 am
- Forum: MP - Suggestions
- Topic: Better subsampling data
- Replies: 3
- Views: 245
Re: Better subsampling data
Are you sure that JXL (lossy) is always 444?
Raw 420 data consumes 60% of 444 data space. Seems akward if JXL didn't have opportunity to use this.
JPEG XL does use XYB color space by default. 420 subsampling is only defined for YUV color space.
Only legacy JPEG does use YUV color space by ...
- Wed Apr 30, 2025 9:24 am
- Forum: NConvert
- Topic: XYB color space with JPEGLI ??
- Replies: 6
- Views: 549
Re: XYB color space with JPEGLI ??
Ok, but there is a notice in the libjxl that further development of jpegli will happen in the jpegli repository.
https://github.com/libjxl/libjxl/blob/main/lib/jpegli/README.md
Maybe there will backport jpegli development to the libjxl repository.
Incorrect XYB subsampling in cjpegli hasn't ...
https://github.com/libjxl/libjxl/blob/main/lib/jpegli/README.md
Maybe there will backport jpegli development to the libjxl repository.
Incorrect XYB subsampling in cjpegli hasn't ...
- Sun Apr 27, 2025 2:30 pm
- Forum: NConvert
- Topic: XYB color space with JPEGLI ??
- Replies: 6
- Views: 549
Re: XYB color space with JPEGLI ??
Important fix of JPEG with XYB color profile and subsampling is in git now. XYB color subsampling was incorrect in the past.
https://github.com/google/jpegli/pull/130
https://github.com/google/jpegli/pull/130
- Tue Feb 25, 2025 11:00 am
- Forum: Closed/Resolved
- Topic: Quality options for loading/decoding JPEG
- Replies: 15
- Views: 3357
Re: Quality options for loading/decoding JPEG
Yeah,
but the developers of jpegli claim their own jpeg decoder use floating point calculation and conversion to integer only once, so there are fewer rounding errors, which means possibly more accuracy.
https://github.com/google/jpegli#decoder-improvements
I compared decoding existing jpeg ...
but the developers of jpegli claim their own jpeg decoder use floating point calculation and conversion to integer only once, so there are fewer rounding errors, which means possibly more accuracy.
https://github.com/google/jpegli#decoder-improvements
I compared decoding existing jpeg ...
- Mon Feb 24, 2025 12:15 pm
- Forum: Closed/Resolved
- Topic: Quality options for loading/decoding JPEG
- Replies: 15
- Views: 3357
Re: Quality options for loading/decoding JPEG
Another option that might be worth investigating is jpegli decoding for JPG files, in other words the decoder of jpegli.
The developers of jpegli claim higher quality decoding of jpeg files.
The developers of jpegli claim higher quality decoding of jpeg files.
- Tue Nov 26, 2024 7:33 pm
- Forum: MP - Suggestions
- Topic: Update to Libjpegxl 0.10.3
- Replies: 4
- Views: 2413
Re: Update to Libjpegxl 0.11.1
Update to Libjxl 0.11.1
Two security related bugfixes.
https://github.com/libjxl/libjxl/releases/tag/v0.11.1
Two security related bugfixes.
https://github.com/libjxl/libjxl/releases/tag/v0.11.1
- Mon Oct 14, 2024 6:43 pm
- Forum: Retest
- Topic: Export preview - add JPEG-LI
- Replies: 17
- Views: 7491
Re: Export preview - add JPEG-LI
Yeah, that's helpful for people who use programs that have color profile processing included, like XnView,
but when you create images for other people, people view them with programs you don't know,
it's better not to use XYB color profile, because there are a lot of image viewing apps and programs ...
but when you create images for other people, people view them with programs you don't know,
it's better not to use XYB color profile, because there are a lot of image viewing apps and programs ...
- Mon Oct 14, 2024 5:27 pm
- Forum: Retest
- Topic: Export preview - add JPEG-LI
- Replies: 17
- Views: 7491
Re: Export preview - add JPEG-LI
I get a strange colour effect for the preview when choosing JPEG-LI (I tried different settings but that didn't make any difference), which doesn't happen when that is not ticked, however the actual export is okay.
I'm unable to reproduce with the attached file, but it seems that you use a ...
- Fri Sep 13, 2024 10:03 am
- Forum: MP - Suggestions
- Topic: Update to Libjpegxl 0.10.3
- Replies: 4
- Views: 2413
Update to Libjpegxl 0.11.0
Update of libjxl 0.11.0 is released, now.
- Tue Sep 10, 2024 8:40 pm
- Forum: Closed/Resolved
- Topic: 1.8.0: (JPEGLI) XYB cororspace images created by XnView MP using JPEGLI encoding are very blurry.
- Replies: 10
- Views: 3769
Re: 1.8.0: (JPEGLI) XYB cororspace images created by XnView MP using JPEGLI encoding are very blurry.
Color subsampling is for YUV colorspace in JPEG only, XYB colorspace should be used without any subsampling.
- Sat Jul 13, 2024 9:55 pm
- Forum: MP - Suggestions
- Topic: Update to Libjpegxl 0.10.3
- Replies: 4
- Views: 2413
Re: Update to Libjpegxl 0.10.3
The developer of JPEG XL have already announced the release of version 0.11.0, which is planned in a few days from now.
The 0.10.3 release is just as a quick fix of a serious bug.
https://github.com/libjxl/libjxl/issues/3700
The 0.10.3 release is just as a quick fix of a serious bug.
https://github.com/libjxl/libjxl/issues/3700
- Fri Apr 05, 2024 10:31 am
- Forum: Classic - Suggestions
- Topic: JPEGli
- Replies: 2
- Views: 3156
JPEGli
Google released a new JPEG coding library, named JPEGli.
https://opensource.googleblog.com/2024/ ... brary.html
Is it planed to add it to XnView Classic? Thanks.
https://opensource.googleblog.com/2024/ ... brary.html
Is it planed to add it to XnView Classic? Thanks.
- Wed Oct 04, 2023 9:38 am
- Forum: Classic - Suggestions
- Topic: webp support is necessary
- Replies: 8
- Views: 5417
Re: webp support is necessary
Thank you, Pierre, for providing updates for webp.
Please update the WebP plugin for XnView Classic available as separate download as well.
Please update the WebP plugin for XnView Classic available as separate download as well.