issue_owner_repo listlengths 2 2 | issue_body stringlengths 0 262k ⌀ | issue_title stringlengths 1 1.02k | issue_comments_url stringlengths 53 116 | issue_comments_count int64 0 2.49k | issue_created_at stringdate 1999-03-17 02:06:42 2025-06-23 11:41:49 | issue_updated_at stringdate 2000-02-10 06:43:57 2025-06-23 11:43:00 | issue_html_url stringlengths 34 97 | issue_github_id int64 132 3.17B | issue_number int64 1 215k |
|---|---|---|---|---|---|---|---|---|---|
[
"libjxl",
"libjxl"
] | **Is your feature request related to a problem? Please describe.**
Libjxl can sometimes need a lot of data to start decoding an image, It would be nice to start decoding images faster.
**Describe the solution you'd like**
Start progressively decoding an image with less bytes needed
**Additional context**
In th... | djxl: Allow more progressiveness in decoding | https://api.github.com/repos/libjxl/libjxl/issues/3296/comments | 0 | 2024-02-17T19:59:57Z | 2024-02-19T06:49:36Z | https://github.com/libjxl/libjxl/issues/3296 | 2,140,536,677 | 3,296 |
[
"libjxl",
"libjxl"
] | Because streaming mode is enabled by default for most efforts, there are no flags to disable it
And it would be useful to know details when streaming mode is enabled, e.g.:
`Encoding [Modular, lossless, streaming input/output, effort: 5]`
| Option to disable streaming mode | https://api.github.com/repos/libjxl/libjxl/issues/3291/comments | 0 | 2024-02-15T15:37:12Z | 2024-02-15T18:52:31Z | https://github.com/libjxl/libjxl/issues/3291 | 2,136,842,949 | 3,291 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Looks like despite libjpeg-turbo has been detected cmake fails because missing third_party/libjpeg-turbo/jconfig.h.in
**To Reproduce**
Build from autogenerated from git tag tarball.
**Expected behavior**
libjpeg-turbo has well defined and stable API/ABI in last years and budling it does no... | 0.9.2: build fails because missing third_party/libjpeg-turbo/jconfig.h.in | https://api.github.com/repos/libjxl/libjxl/issues/3287/comments | 6 | 2024-02-14T21:00:54Z | 2024-02-16T14:39:19Z | https://github.com/libjxl/libjxl/issues/3287 | 2,135,197,269 | 3,287 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Oss-fuzz detects a heap-buffer-overflow in jxl::ColorCorrelationMap::ColorCorrelationMap, given an i386 build. The input file is only 11 bytes! This is issue [Issue 66528: graphicsmagick:coder_JXL_fuzzer: Heap-buffer-overflow in jxl::ColorCorrelationMap::ColorCorrelationMap](https://bugs.chrom... | Heap-buffer-overflow in jxl::ColorCorrelationMap::ColorCorrelationMap in i386 build | https://api.github.com/repos/libjxl/libjxl/issues/3286/comments | 0 | 2024-02-14T13:33:45Z | 2024-04-22T09:37:52Z | https://github.com/libjxl/libjxl/issues/3286 | 2,134,369,298 | 3,286 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
As discovered in GraphicsMagick oss-fuzz testing, libjxl can use up all allowed memory (exceeding 2560MB) in the i386 build.
Testing a 64-bit build shows peak heap usage of 653,863 bytes.
**To Reproduce**
The issue is [Issue 66316: graphicsmagick:enhance_fuzzer: Out-of-memory in enhanc... | jxl::CacheAligned::Allocate can use large amounts of memory in i386 build | https://api.github.com/repos/libjxl/libjxl/issues/3285/comments | 0 | 2024-02-14T13:24:16Z | 2024-04-22T09:38:04Z | https://github.com/libjxl/libjxl/issues/3285 | 2,134,345,708 | 3,285 |
[
"libjxl",
"libjxl"
] | Hello,
I am experimenting with `JxlDecoderSetCms` and `JxlDecoderSetOutputColorProfile` calls.
I was expecting that libjxl will automatically convert CMYK images to RGB, so that images will be displayed quite correctly by simple applications.
I am using following CMYK testfile: https://github.com/libjxl/confor... | JxlDecoderSetOutputColorProfile doesn't convert CMYK to RGB | https://api.github.com/repos/libjxl/libjxl/issues/3280/comments | 1 | 2024-02-12T19:18:32Z | 2025-01-22T04:07:12Z | https://github.com/libjxl/libjxl/issues/3280 | 2,130,801,467 | 3,280 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Some include files are missing from the release source.
`jxl/jxl_export.h` (referenced in `jxl\decode.h` and `jxl\types.h`)
`jxl/version.h` (referenced in `jxl\decode.h`)
`jxl/jxl_threads_export.h` (referenced in `jxl\resizable_parallel_runner.h`)
**To Reproduce**
Download `libjxl-0.9.2... | Some include files are missing from the release | https://api.github.com/repos/libjxl/libjxl/issues/3273/comments | 13 | 2024-02-10T18:54:13Z | 2024-03-04T11:41:56Z | https://github.com/libjxl/libjxl/issues/3273 | 2,128,658,496 | 3,273 |
[
"libjxl",
"libjxl"
] | Something of an FYI - on a SLES12SP3 system absent system-level packages for libjpeg-turbo, even after building & installing libjpeg-turbo myself in userspace it was necessary to augment the following files with a '-ljpeg' directive in order to get past many 'undefined reference` errors with the linker related to ... | build fails w/o augmentation of '-ljpeg' if OS libjpeg-turbo packages aren't installed | https://api.github.com/repos/libjxl/libjxl/issues/3271/comments | 1 | 2024-02-09T15:47:44Z | 2024-03-04T10:58:21Z | https://github.com/libjxl/libjxl/issues/3271 | 2,127,400,580 | 3,271 |
[
"libjxl",
"libjxl"
] | ### Describe the bug
Trying to export to lossless JXL ends after a long time (about 35 minutes) with an error. I tried with distinct RAW files and it works when exporting to TIFF.
### Steps to reproduce
1. Open darktable and select a RAW file
3. In "export", select JXL format and 100 quality
5. Click on "Expo... | JXL export: libjxl call failed with err 1 | https://api.github.com/repos/libjxl/libjxl/issues/3270/comments | 0 | 2024-02-09T10:43:46Z | 2024-02-13T08:40:07Z | https://github.com/libjxl/libjxl/issues/3270 | 2,126,881,381 | 3,270 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Only the first frame seems to be visible in the output image. However, I can see that multiple frames are encoded in the image.
**To Reproduce**
With jxl_from_tree from https://github.com/libjxl/libjxl/commit/2c61440567a76497fd22a1760389b1c575ce6a84 or later, try to make a jxl from a tree file... | using multiple frames with jxl_from_tree doesn't work correctly | https://api.github.com/repos/libjxl/libjxl/issues/3264/comments | 0 | 2024-02-07T12:38:10Z | 2024-02-19T08:49:53Z | https://github.com/libjxl/libjxl/issues/3264 | 2,122,943,648 | 3,264 |
[
"libjxl",
"libjxl"
] | **Is your feature request related to a problem? Please describe.**
Not related to a problem.
**Describe the solution you'd like**
I'd like to be able to use Winget to install and update libjxl binaries, which would also add them to PATH.
Example of an existing solution for FFMpeg is builds by Gyan Doshi:
... | Release libjxl binaries to Winget as portable package | https://api.github.com/repos/libjxl/libjxl/issues/3260/comments | 2 | 2024-02-07T10:16:42Z | 2024-04-22T12:31:41Z | https://github.com/libjxl/libjxl/issues/3260 | 2,122,670,456 | 3,260 |
[
"libjxl",
"libjxl"
] | **Is your feature request related to a problem? Please describe.**
Currently it's not possible to use provide packages on ARM, my use case is running JXL in Docker on Apple M1. While it's possible to run a `amd64` image, a native `arm64` build could be reused in other setups as well.
**Describe the solution you'd l... | Provide arm64 binaries | https://api.github.com/repos/libjxl/libjxl/issues/3257/comments | 3 | 2024-02-07T08:10:38Z | 2024-11-02T23:11:43Z | https://github.com/libjxl/libjxl/issues/3257 | 2,122,431,353 | 3,257 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
As of https://github.com/libjxl/libjxl/commit/744575425705ca2ad276c6f377acc12493a9e8f9 jxl_from_tree always produces a small file that decodes to all black.
**To Reproduce**
1. Compile jxl_from_tree.
2. Use it.
**Expected behavior**
A nice image should be produced. Instead an empty image ... | jxl_from_tree broken | https://api.github.com/repos/libjxl/libjxl/issues/3255/comments | 0 | 2024-02-07T01:24:30Z | 2024-02-07T10:14:07Z | https://github.com/libjxl/libjxl/issues/3255 | 2,121,976,911 | 3,255 |
[
"libjxl",
"libjxl"
] | When I inspect a transcoded image with `jxlinfo`, it says `JPEG bitstream reconstruction data available`. Can I rely on that exact string always being there and match against it? If not, it there a more formal way to check whether a JXL is a transcoded JPEG? | How to reliably detect transcoded JPEG? | https://api.github.com/repos/libjxl/libjxl/issues/3252/comments | 13 | 2024-02-06T19:02:21Z | 2024-04-17T08:35:04Z | https://github.com/libjxl/libjxl/issues/3252 | 2,121,482,437 | 3,252 |
[
"libjxl",
"libjxl"
] | Build fails roughly halfway through with the following error, using GCC13. This happens with both release libjxl-0.9.1 and master git version
cmake -DJXL_HWY_DISABLED_TARGETS_FORCED=OFF -DCXX_FUZZERS_SUPPORTED=NO -DJPEGXL_ENABLE_FUZZERS=NO ..
make
......
Consolidate compiler generated dependencies of targe... | build error : cannot convert 'const bool' to 'boolean' for two_pass_quantize | https://api.github.com/repos/libjxl/libjxl/issues/3245/comments | 4 | 2024-02-05T15:41:35Z | 2024-02-06T15:36:16Z | https://github.com/libjxl/libjxl/issues/3245 | 2,118,858,662 | 3,245 |
[
"libjxl",
"libjxl"
] | Hello,
The standard (9.10 JPEG XL partial codestream box) says the the full codestream is produced by concatenation of all partial codestream. Does it mean, that the codestream can be split safely only on byte boundaries? If not, how should the bit paddings handles?
As an example there is written in the standard:... | Question about jxlp boxes in the jxl file | https://api.github.com/repos/libjxl/libjxl/issues/3237/comments | 2 | 2024-02-02T14:50:45Z | 2024-02-12T14:41:36Z | https://github.com/libjxl/libjxl/issues/3237 | 2,115,112,398 | 3,237 |
[
"libjxl",
"libjxl"
] | Hello,
The ISO/IEC 18181-2:2021(E) standard says in 9.5 Figure 6 that the payload of the `Exif` box starts with 4 byte `tiff header offset`. The same information is also mentioned in decode.h. Should I pass the exif data to encoder in `JxlEncoderAddBox` including this `tiff header offset`?
Thank you | Question about Exif box in the jxl file | https://api.github.com/repos/libjxl/libjxl/issues/3236/comments | 13 | 2024-02-02T14:39:20Z | 2024-02-12T14:38:59Z | https://github.com/libjxl/libjxl/issues/3236 | 2,115,090,765 | 3,236 |
[
"libjxl",
"libjxl"
] | **=== Update ===**
I just realized that I used the wrong flag, `-d` instead of `-q`, but even using the right `-q` flag -- plus trying out `-e 3` -- the conversion still fails. Check the comments following this issue, [specifically this one](https://github.com/libjxl/libjxl/issues/3223#issuecomment-1916752239), for th... | Failed converting huge PNG | https://api.github.com/repos/libjxl/libjxl/issues/3223/comments | 5 | 2024-01-30T04:57:43Z | 2024-02-21T22:25:47Z | https://github.com/libjxl/libjxl/issues/3223 | 2,106,954,679 | 3,223 |
[
"libjxl",
"libjxl"
] | Here's the jxl file structure w/ metadata (Exif and XMP boxes) as exported from darktable:
```
$ exiv2 -pS foo.jxl
Exiv2::BmffImage::boxHandler: JXL 0->12
Exiv2::BmffImage::boxHandler: ftyp 12->20 brand: jxl
Exiv2::BmffImage::boxHandler: jxlc 32->974078
Exiv2::BmffImage::boxHandler: Exif 974... | JXL box order: Where does metadata belong? | https://api.github.com/repos/libjxl/libjxl/issues/3220/comments | 13 | 2024-01-29T19:03:47Z | 2024-02-05T21:45:07Z | https://github.com/libjxl/libjxl/issues/3220 | 2,106,221,547 | 3,220 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Consider an PNG with alpha. Here's one example:

It doesn't matter if the alpha channel is interesting in any way - it could be all-1s.
**To Reproduce**
`cjpegli --xyb input.png output.jpg`
The r... | cjpegli interprets RGBA32 buffer as RGB24 when passed --xyb | https://api.github.com/repos/libjxl/libjxl/issues/3219/comments | 1 | 2024-01-29T16:10:36Z | 2024-01-29T22:23:22Z | https://github.com/libjxl/libjxl/issues/3219 | 2,105,847,314 | 3,219 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Transcoding JPEG images with lossy compression using `cjxl` creates significantly smaller JPEG-XL images than when the `libjxl` library is used directly, even with the same settings. For example, a 42mb image is compressed to 2mb with `cjxl`, but only 39mb with `libjxl`.
This is potentially o... | With identical settings, cjxl creates significantly smaller (lossy) JXL files than using libjxl directly | https://api.github.com/repos/libjxl/libjxl/issues/3210/comments | 6 | 2024-01-29T10:49:04Z | 2024-02-01T22:17:44Z | https://github.com/libjxl/libjxl/issues/3210 | 2,105,204,243 | 3,210 |
[
"libjxl",
"libjxl"
] | We have `JxlDecoderGetBoxSizeRaw`, but it would be more useful to have an API function
`JxlDecoderGetBoxSizeContents` that returns the size of the payload without the headers.
i.e. JxlDecoderGetBoxSizeContents = JxlDecoderGetBoxSizeRaw - 8 for non-extended boxes and
JxlDecoderGetBoxSizeContents = JxlDecoderGetBoxS... | add `JxlDecoderGetBoxSizeContents` api function | https://api.github.com/repos/libjxl/libjxl/issues/3209/comments | 3 | 2024-01-29T10:40:23Z | 2024-04-22T09:44:50Z | https://github.com/libjxl/libjxl/issues/3209 | 2,105,187,539 | 3,209 |
[
"libjxl",
"libjxl"
] | I'm putting this down as a discussion since I don't see a discussion board for this repo. Please feel free to close the issue if it is an obvious question or inappropriate for this github. I skimmed over the code but couldn't see anything that jumped out at me.
I'm curious about the correct bit depth for 10 bit BT.... | [Discussion] What is the range for 10-bit BT.2020/BT.2100 encoding? | https://api.github.com/repos/libjxl/libjxl/issues/3207/comments | 2 | 2024-01-28T22:19:51Z | 2024-02-09T15:38:23Z | https://github.com/libjxl/libjxl/issues/3207 | 2,104,373,890 | 3,207 |
[
"libjxl",
"libjxl"
] | cjxl -x strip=exif Input_With_Exif.jpg out.jxl
silently ignores the -x strip=exif.
Similar cases with strip=xmp, xmp=external_xmp_file.bin, and so on.
**Expected behavior**
1) Do what the user asks for, even if the input cannot be reconstructed.
2) Fail with an error.
3) Print at least a warning.
Bonus: Only... | cjxl: Lossless jpg transcoding silently ignores -x strip=exif | https://api.github.com/repos/libjxl/libjxl/issues/3206/comments | 1 | 2024-01-28T18:33:43Z | 2024-01-31T09:16:11Z | https://github.com/libjxl/libjxl/issues/3206 | 2,104,295,110 | 3,206 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
`cjpegli` creates too bright output from input HDR JXL.
**To Reproduce**
Sample image
* Found here: https://github.com/d2phap/ImageGlass/issues/1677#issuecomment-1819045271
* JXL file: https://github.com/gwy15/hdr/raw/main/IMG01623-HDR.jxl
Encoded with cjpegli from v0.9.1 ( https://... | jpegli creates too bright output from input HDR JXL | https://api.github.com/repos/libjxl/libjxl/issues/3205/comments | 3 | 2024-01-28T12:22:47Z | 2024-04-22T12:31:40Z | https://github.com/libjxl/libjxl/issues/3205 | 2,104,139,081 | 3,205 |
[
"libjxl",
"libjxl"
] | For Java/JVM usage, currently, there is only a [JNI wrapper](https://github.com/libjxl/libjxl/tree/main/tools/jni/org/jpeg/jpegxl/wrapper) available for the Decoder. I wish for an Encoder.
Additionally, it would be highly beneficial to have the artifacts uploaded to Maven Central.
My ultimate goal is to integrate... | Java JNI wrapper for Encoder | https://api.github.com/repos/libjxl/libjxl/issues/3203/comments | 2 | 2024-01-27T07:47:08Z | 2024-10-18T08:54:25Z | https://github.com/libjxl/libjxl/issues/3203 | 2,103,393,153 | 3,203 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Consider the following JXL image (gzipped). It is a valid JXL file with multiple tiled frames tagged as SkipProgressive.
[test.jxl.gz](https://github.com/libjxl/libjxl/files/14057410/test.jxl.gz)
**To Reproduce**
Attempt to decode the file with djxl/libjxl. It will fail upon reading the entro... | libjxl fails to decode image with SkipProgressive frames | https://api.github.com/repos/libjxl/libjxl/issues/3197/comments | 3 | 2024-01-25T20:19:12Z | 2024-01-26T17:36:08Z | https://github.com/libjxl/libjxl/issues/3197 | 2,101,106,366 | 3,197 |
[
"libjxl",
"libjxl"
] | Hello
I have a question about JPEG XL codestream, embedded icc profiles and its handling in libjxl.
As I have read in ISO 18181-1:2021 specs (I know there is newer edition, but unfortunately I do not have access to it) when `want_icc=1` than icc profile should follow after the `ImageMetadata / CustomTransform` as... | Question about JPEG XL codestream, embedded icc profiles and its handling in libjxl | https://api.github.com/repos/libjxl/libjxl/issues/3195/comments | 21 | 2024-01-25T14:24:38Z | 2024-02-12T14:42:48Z | https://github.com/libjxl/libjxl/issues/3195 | 2,100,510,075 | 3,195 |
[
"libjxl",
"libjxl"
] | I have jxl image with integrated xmp data inside (lightroom). After conversioning jxl to jpg this data (editions history, keywords, faces and e.t.c.) is gone from jpg file
For example image with face data (jxl and decoded jpg)
[image.zip](https://github.com/kampidh/jxl-batch-converter/files/14048308/image.zip)
O... | Save integrated xmp data | https://api.github.com/repos/libjxl/libjxl/issues/3193/comments | 18 | 2024-01-25T08:49:07Z | 2024-01-30T14:05:57Z | https://github.com/libjxl/libjxl/issues/3193 | 2,099,872,752 | 3,193 |
[
"libjxl",
"libjxl"
] | cjxl assumes that untagged images are in sRGB color space but chooses different rendering intent for different input formats.
Here is an overview of input formats and resulting color spaces.
- GIF -> sRGB Perceptual
- PNG -> sRGB Relative
- PPM/PGM/PNM -> sRGB Perceptual
- PAM -> sRGB Perceptual
- PFM -> sRGB Per... | cjxl: Inconsistent rendering intent selection | https://api.github.com/repos/libjxl/libjxl/issues/3186/comments | 1 | 2024-01-24T10:23:44Z | 2024-05-03T21:55:01Z | https://github.com/libjxl/libjxl/issues/3186 | 2,097,938,578 | 3,186 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
version.h is no longer accessible or exported, which means macros like `JPEGXL_COMPUTE_NUMERIC_VERSION` `JPEGXL_NUMERIC_VERSION` are not available to callers anymore. This makes it not possible to get the version at preprocessor-time (or compile-time), which in turn makes `#ifdef`ing header versio... | API break by not including version.h in decode.h | https://api.github.com/repos/libjxl/libjxl/issues/3177/comments | 4 | 2024-01-23T00:56:02Z | 2024-01-24T07:34:30Z | https://github.com/libjxl/libjxl/issues/3177 | 2,095,045,361 | 3,177 |
[
"libjxl",
"libjxl"
] | Hello,
I hope this is the correct place to post this.
I have been reading about JXL and AVIF and I found very interesting these two new image formats, they are very promising.
On most of the blog posts that I read, JXL fared equal or better regarding compression, but, on a local benchmark, AVIF fared better in... | I ran a local benchmark of JXL vs AVIF | https://api.github.com/repos/libjxl/libjxl/issues/3176/comments | 7 | 2024-01-22T22:10:21Z | 2024-02-26T15:50:05Z | https://github.com/libjxl/libjxl/issues/3176 | 2,094,852,779 | 3,176 |
[
"libjxl",
"libjxl"
] | It will make it easier to find it on GitHub search :-D | Please add `jxl` and `jpeg-xl` tags to this repository | https://api.github.com/repos/libjxl/libjxl/issues/3175/comments | 1 | 2024-01-22T21:33:59Z | 2024-01-22T21:38:47Z | https://github.com/libjxl/libjxl/issues/3175 | 2,094,792,110 | 3,175 |
[
"libjxl",
"libjxl"
] | lib\extras\dec\decode.cc line 40
code:
Codec CodecFromPath(std::string path, size_t* JXL_RESTRICT bits_per_sample,
std::string* extension) {
std::string base; // <-- unused | unused variable | https://api.github.com/repos/libjxl/libjxl/issues/3165/comments | 1 | 2024-01-22T13:02:49Z | 2024-01-23T12:06:25Z | https://github.com/libjxl/libjxl/issues/3165 | 2,093,874,533 | 3,165 |
[
"libjxl",
"libjxl"
] | https://github.com/libjxl/libjxl/pull/2614 made `DebugString` compile conditionally on `JXL_DEBUG_V_LEVEL >= 1`.
When attempting to build v0.9.1 with vcpkg, I got linker errors on those methods under debug config. I didn't take the time to untangle all the calls to find where they were sneaking in, but I suspect it... | Link failure due to missing DebugString() definitions | https://api.github.com/repos/libjxl/libjxl/issues/3159/comments | 2 | 2024-01-21T22:14:47Z | 2024-01-27T17:55:26Z | https://github.com/libjxl/libjxl/issues/3159 | 2,092,806,463 | 3,159 |
[
"libjxl",
"libjxl"
] | **Is your feature request related to a problem? Please describe.**
JpegXL files seems to support embedding preview frame, but I see no method of doing so on the encoder API.
**Describe the solution you'd like**
Possibility to add preview frames using a decoder if not implemented and if possible an example on how t... | Feature Request : Encode preview frame | https://api.github.com/repos/libjxl/libjxl/issues/3149/comments | 0 | 2024-01-17T05:45:24Z | 2024-01-24T20:12:31Z | https://github.com/libjxl/libjxl/issues/3149 | 2,085,436,732 | 3,149 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
macOS build of djxl crashes when I try to extract metadata.
```console
$ djxl image.jxl metadata.exif
JPEG XL decoder v0.10.0 8e7dc5ef [NEON]
zsh: trace trap ./djxl image.jxl metadata.exif
```
**To Reproduce**
Try to extract metadata from an image with djxl. It doesn't need to have any m... | Apple Silicon macOS build of djxl crashes on metadata-only decode | https://api.github.com/repos/libjxl/libjxl/issues/3148/comments | 5 | 2024-01-17T04:11:50Z | 2024-03-28T10:09:13Z | https://github.com/libjxl/libjxl/issues/3148 | 2,085,352,566 | 3,148 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
In jxl 0.8.2, the red-room.jxl test image is able to be loaded in EOG using the gdk-pixbuf plugin.
In jxl 0.9.1 the red-room jxl test image fails to load in EOG.
The test image can be downloaded here:
https://jpegxl.info/test-page/
**To Reproduce**
1. Compile the jxl 0.9.1 release with ... | 0.9.1 red-room.jxl fails to load with gdk-pixbuf plugin | https://api.github.com/repos/libjxl/libjxl/issues/3144/comments | 1 | 2024-01-16T12:29:39Z | 2024-03-04T10:12:58Z | https://github.com/libjxl/libjxl/issues/3144 | 2,083,853,218 | 3,144 |
[
"libjxl",
"libjxl"
] | Hello,
The problem is onefailed test. I think the reason is the missing executable when the package is build with `-DJPEGXL_ENABLE_TOOLS=OFF`
Is it possible to disable the test when JPEGXL_ENABLE_TOOLS is not enabled?
```
99% tests passed, 1 tests failed out of 4376
Total Test time (real) = 424.63 sec
T... | 0.9.1 99% tests passed, 1 tests failed out of 4376 | https://api.github.com/repos/libjxl/libjxl/issues/3137/comments | 0 | 2024-01-15T12:29:25Z | 2024-01-17T14:12:37Z | https://github.com/libjxl/libjxl/issues/3137 | 2,081,938,217 | 3,137 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
On some GIFs, cjxl fails with "Getting pixel data failed."
Using "Coalesce" on https://ezgif.com/optimize allows the same GIF to then be read by cjxl
**To Reproduce**
`cjxl -d 0 Optimized.gif Optimized.jxl`
`cjxl -d 0 Un-optimized.gif Un-optimized.jxl`
**Environment**
- OS: Windows
- ... | better error message for failed encoding of 'Optimized' GIFs | https://api.github.com/repos/libjxl/libjxl/issues/3134/comments | 7 | 2024-01-15T01:45:54Z | 2024-07-06T17:16:58Z | https://github.com/libjxl/libjxl/issues/3134 | 2,081,095,811 | 3,134 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Failed to losslessly recompress and reconstruct some JPEG files.
**To Reproduce**
JPEG file sample: [181.zip](https://github.com/libjxl/libjxl/files/13927234/181.zip)
Afer v0.9.0
```
$ cjxl --lossless_jpeg=1 181.jpg 181.jxl
JPEG XL encoder v0.9.1 b8ceae3 [AVX2,SSE4,SSSE3,SSE2]
Encoding ... | Failed to losslessly recompress and reconstruct some JPEG files | https://api.github.com/repos/libjxl/libjxl/issues/3131/comments | 2 | 2024-01-13T07:17:22Z | 2024-09-16T11:07:09Z | https://github.com/libjxl/libjxl/issues/3131 | 2,080,146,492 | 3,131 |
[
"libjxl",
"libjxl"
] | I understand that for the naked bytestream there is no EXIF or XMP metadata. But there must be at least image size and rotation metadata included.
My [metadata lib](https://github.com/Ashampoo/kim) should at least identify the file as JPEG XL and report these values.
Can you document the structure of JXL in a mor... | Document file structure of naked code stream | https://api.github.com/repos/libjxl/libjxl/issues/3129/comments | 2 | 2024-01-12T06:06:44Z | 2024-01-12T18:47:11Z | https://github.com/libjxl/libjxl/issues/3129 | 2,078,132,643 | 3,129 |
[
"libjxl",
"libjxl"
] | I am the author of Kim, the Kotlin Image Manipulation library, available on https://github.com/Ashampoo/kim
Recently I added general support for ISOBMFF and now I want to parse JPEG XL, too. The information about image size and rotation for example are not covered by the ISOBMFF standard and file formats need to spe... | Document special ISOBMFF boxes | https://api.github.com/repos/libjxl/libjxl/issues/3128/comments | 5 | 2024-01-12T05:58:39Z | 2024-01-13T02:01:08Z | https://github.com/libjxl/libjxl/issues/3128 | 2,078,124,985 | 3,128 |
[
"libjxl",
"libjxl"
] | I have problems with building 0.9.0 on Windows. I always get the following error:
```
LINK : fatal error LNK1104: cannot open file 'RelWithDebInfo\jxl_cms.lib' [C:\Projects\libjxl-build\RelWithDebInfo-x64\
lib\jxl.vcxproj]
```
In past I had no problems building v0.8.2 and I can even build current main branch witho... | Link errors while building v0.9.0 on Windows (cannot open file 'RelWithDebInfo\jxl_cms.lib') | https://api.github.com/repos/libjxl/libjxl/issues/3125/comments | 7 | 2024-01-11T10:49:40Z | 2024-01-11T12:00:26Z | https://github.com/libjxl/libjxl/issues/3125 | 2,076,289,229 | 3,125 |
[
"libjxl",
"libjxl"
] | Hello,
I'm not sure if it's a bug or if it's intended, but when I compress an image with cjxl using the command line interface, the blue channel have a clearly visible grid / artifacts (similar to what you get when using high compression on a jpeg file).
The problem is also present on the red channel, but it seems le... | Visible artifacts on the blue channel | https://api.github.com/repos/libjxl/libjxl/issues/3123/comments | 1 | 2024-01-09T18:59:59Z | 2024-01-23T23:13:26Z | https://github.com/libjxl/libjxl/issues/3123 | 2,072,978,292 | 3,123 |
[
"libjxl",
"libjxl"
] | Noticed in SDL's fork. See, e.g.: https://github.com/libsdl-org/libjxl/actions/runs/7445372415/job/20259614161
Here are the failure reports from three re-runs:
```
The following tests FAILED:
1155 - DecodeTest/DecodeTestParam.PixelTest/280x12RGBtoRGBu16BEEarlyBufferO3 # GetParam() = 280x12RGBtoRGBu16BEEarlyBu... | wasm32/scalar tests in CI runs fail with segfault (insistently) | https://api.github.com/repos/libjxl/libjxl/issues/3118/comments | 6 | 2024-01-08T13:45:01Z | 2025-01-05T12:14:36Z | https://github.com/libjxl/libjxl/issues/3118 | 2,070,493,192 | 3,118 |
[
"libjxl",
"libjxl"
] | 1, Why does the v0.9.0 Window binary no longer contain the jxl.dll file? Compiling jxl.dll is very difficult for me, I have been using jxl.dll from releases in my scripting language.
2, JxlPixelFormat() seems to have been removed, so does the decoder now support outputting the BGRA format? | Two questions from non-programmers | https://api.github.com/repos/libjxl/libjxl/issues/3113/comments | 7 | 2024-01-07T10:45:28Z | 2025-03-01T18:50:44Z | https://github.com/libjxl/libjxl/issues/3113 | 2,069,079,917 | 3,113 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
When using a GIF or Jpeg with transcoding disabled, the default behaviour of lossless encoding is shown as lossy instead.
**To Reproduce**
```
cjxl dancing-banana.gif dancing-banana.jxl
JPEG XL encoder v0.9.0 c51cffd [AVX2,SSE4,SSSE3,SSE2]
Encoding [VarDCT, d1.000, effort: 7]
Compressed to... | cjxl incorrectly displays VarDCT as default for lossy (JPEG/GIF) input | https://api.github.com/repos/libjxl/libjxl/issues/3111/comments | 2 | 2024-01-05T19:41:15Z | 2024-01-08T09:04:15Z | https://github.com/libjxl/libjxl/issues/3111 | 2,067,941,285 | 3,111 |
[
"libjxl",
"libjxl"
] | **Is your feature request related to a problem? Please describe.**
I request support for transcoding the jpgs in the trailing data, after the first EOI, of jpg files that are actually Multi-Picture Format files.
This is a subformat of Exif. The standard, CIPA DC-007, is freely available from the CIPA website.
This... | Feature request: Transcode Multi-Picture Format files (efficiently) | https://api.github.com/repos/libjxl/libjxl/issues/3110/comments | 0 | 2024-01-05T17:30:55Z | 2024-01-22T22:08:40Z | https://github.com/libjxl/libjxl/issues/3110 | 2,067,755,294 | 3,110 |
[
"libjxl",
"libjxl"
] | I encountered an image with very poor lossless compression performance in comparison to png.
base - [pingo](https://css-ig.net/pingo) optimized png: 313943
png encoded with imagemagick: 426922
`cjxl -e 3`: 958171
`cjxl -e 7`: 577244
`cjxl -e 9`: 363906
`cjxl -e 9 -g 3 -I 100 -E 3`: 232101
`cjxl -e 10`: 231444
... | Very poor lossless compression case | https://api.github.com/repos/libjxl/libjxl/issues/3109/comments | 3 | 2024-01-05T16:34:51Z | 2024-02-27T12:51:10Z | https://github.com/libjxl/libjxl/issues/3109 | 2,067,664,726 | 3,109 |
[
"libjxl",
"libjxl"
] | **Is your feature request related to a problem? Please describe.**
libjxl write debug logs to stderr, but on android this stream is ignored. This makes debugging harder on android.
**Describe the solution you'd like**
On android, Debug should call [__android_log_write](https://developer.android.com/ndk/reference/g... | Use android logger when calling Debug on Android | https://api.github.com/repos/libjxl/libjxl/issues/3104/comments | 0 | 2024-01-05T11:08:21Z | 2024-01-10T14:52:56Z | https://github.com/libjxl/libjxl/issues/3104 | 2,067,154,859 | 3,104 |
[
"libjxl",
"libjxl"
] | \libjxl-main\lib\jxl\encode.cc line 1674
code:
case JXL_ENC_FRAME_SETTING_LOSSY_PALETTE:
frame_settings->values.cparams.lossy_palette = (value == 1);
break;
return JXL_ENC_SUCCESS; // <-- unreachable | unreachable code | https://api.github.com/repos/libjxl/libjxl/issues/3101/comments | 1 | 2024-01-05T09:22:51Z | 2024-01-22T03:10:02Z | https://github.com/libjxl/libjxl/issues/3101 | 2,067,000,277 | 3,101 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
`cjxl` outputs a file of different size depending on the compiler used to build libjxl tools.
**To Reproduce**
```sh
git clone https://github.com/libjxl/libjxl
cd libjxl
git checkout 3e3a706
./deps.sh
mkdir build
cd build
cmake .. -DBUILD_TESTING=OFF -DJPEGXL_ENABLE_BENCHMARK=OFF -DJP... | Different cjxl output depending on CMAKE_CXX_COMPILER | https://api.github.com/repos/libjxl/libjxl/issues/3100/comments | 1 | 2024-01-04T16:47:46Z | 2024-01-21T19:25:55Z | https://github.com/libjxl/libjxl/issues/3100 | 2,066,002,082 | 3,100 |
[
"libjxl",
"libjxl"
] | I am having deja-vu, I thought this has been fixed earlier. Anyway, now this file is missing `__STDC_FORMAT_MACROS`:
```
:info:build cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_graphics_libjxl/libjxl/work/build/lib && /opt/local/bin/g++-mp-13 -... | `libjxl` 0.9.0 again broken due to missing `__STDC_FORMAT_MACROS` | https://api.github.com/repos/libjxl/libjxl/issues/3091/comments | 1 | 2024-01-04T04:09:27Z | 2024-01-04T08:48:45Z | https://github.com/libjxl/libjxl/issues/3091 | 2,064,969,192 | 3,091 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
"-x" option is not recognized
**To Reproduce**
From the changelog of 0.9.0
`cjxl can now be used to explicitly add/update/strip Exif/XMP/JUMBF metadata using
the decoder-hints syntax, e.g. cjxl input.ppm -x exif=input.exif output.jxl`
**Expected behavior**
it does not seem to work
**E... | "Error parsing flag -x" | https://api.github.com/repos/libjxl/libjxl/issues/3087/comments | 3 | 2024-01-01T10:20:08Z | 2024-01-27T18:55:32Z | https://github.com/libjxl/libjxl/issues/3087 | 2,061,466,369 | 3,087 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
If an older version of libjxl is installed in the same prefix as one or more external dependencies, the headers from that version will be included when building a new version, instead of the corresponding headers in the new version's source. This causes compilation to fail for obvious reasons.
... | Having an older version installed can break the build | https://api.github.com/repos/libjxl/libjxl/issues/3086/comments | 1 | 2023-12-29T15:49:58Z | 2024-01-24T20:24:08Z | https://github.com/libjxl/libjxl/issues/3086 | 2,060,211,399 | 3,086 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
While updating to 0.9.0 in Krita, I got this error when exporting CMYK(A) image:
```
lib\jxl\color_encoding_internal.cc:202: JXL_FAILURE: Empty ICC
lib\jxl\color_encoding_internal.cc:202: JXL_FAILURE: Empty ICC
lib\jxl\color_encoding_internal.cc:202: JXL_FAILURE: Empty ICC
lib\jxl\enc_fields.... | 0.9.0 - Failed to encode with specific (CMYK) ICC | https://api.github.com/repos/libjxl/libjxl/issues/3078/comments | 4 | 2023-12-26T07:42:45Z | 2024-01-04T15:32:40Z | https://github.com/libjxl/libjxl/issues/3078 | 2,056,134,415 | 3,078 |
[
"libjxl",
"libjxl"
] | Deps.sh file has a bug because of which it's never able to download LIBJPEG_TURBO.
The output while downloading is `Downloading third_party/libjpeg-turbo version TURBO...` which ideally should be `Downloading third_party/libjpeg-turbo version <sha_hash>...`
Because of that, it's impossible to install this library... | deps.sh is failing in 0.9.0 | https://api.github.com/repos/libjxl/libjxl/issues/3070/comments | 1 | 2023-12-22T20:18:43Z | 2023-12-23T10:33:59Z | https://github.com/libjxl/libjxl/issues/3070 | 2,054,478,387 | 3,070 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Looks like just released 0.9.0 no longer wants to use system libraries and wants to use ONLY bundled libraries.
**To Reproduce**
Build 0.9.0 out of autogenerated from git tag tar ball which has no included git subrepos source code in third_party/
**Expected behavior**
Up to now it was poss... | 0.9.0: cmake fails because it wants to use bubdled libraries | https://api.github.com/repos/libjxl/libjxl/issues/3069/comments | 1 | 2023-12-22T15:16:20Z | 2023-12-29T13:45:04Z | https://github.com/libjxl/libjxl/issues/3069 | 2,054,064,434 | 3,069 |
[
"libjxl",
"libjxl"
] | djxl fails to write the output file if the output file name is specified using the full path.
```
d:\0>djxl test.jxl d:\test.png
JPEG XL decoder v0.10.0 ed80bfe [SSE4,SSSE3,SSE2]
can't decode to the file extension '.d'
```
However, it works if drive letter is not used.
```
d:\0>djxl test.jxl \test.png
JPEG XL ... | djxl: Full file path not working on Windows | https://api.github.com/repos/libjxl/libjxl/issues/3068/comments | 4 | 2023-12-22T14:33:55Z | 2024-01-04T12:09:05Z | https://github.com/libjxl/libjxl/issues/3068 | 2,054,009,258 | 3,068 |
[
"libjxl",
"libjxl"
] | To reproduce:
```sh
git clone https://github.com/libjxl/libjxl.git
cd libjxl
git checkout 64f8f93
./deps.sh
mkdir build
cd build
cmake ..
make -j
```
Image taken from https://commons.wikimedia.org/wiki/File:CBS_domain_alignment.png (public domain):
:
 has emerged due to GraphicsMagick now including libjxl in its oss-fuzz testing. The problem appears to only occur (so far) in i386 builds and it appears to be a weakness in the cache-aligned memory allocator.
The stack trace looks like this:
```
... | OSS Fuzz Issue 64982: graphicsmagick:coder_JXL_fuzzer: Ill in jxl::Abort | https://api.github.com/repos/libjxl/libjxl/issues/3024/comments | 4 | 2023-12-14T00:06:32Z | 2024-01-24T20:23:13Z | https://github.com/libjxl/libjxl/issues/3024 | 2,040,651,956 | 3,024 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Unless -DJPEGXL_ENABLE_SKCMS=false is specified in a static build, a dependent application is not able to link due to unresolved skcms symbols, which appear to be in an uninstalled libskcms.a. This includes when -DJPEGXL_BUNDLE_SKCMS=true.
**To Reproduce**
Steps to reproduce the behavior:
... | Libjxl static build requires -DJPEGXL_ENABLE_SKCMS=false to link | https://api.github.com/repos/libjxl/libjxl/issues/3021/comments | 2 | 2023-12-13T13:56:48Z | 2023-12-28T18:55:38Z | https://github.com/libjxl/libjxl/issues/3021 | 2,039,770,457 | 3,021 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Take a 32-bit float JXL, such as the one that is attached. It fails to decode to a PNG on the CLI.
[float.jxl.gz](https://github.com/libjxl/libjxl/files/13652586/float.jxl.gz)
**To Reproduce**
```
$ djxl float.jxl test.png
JPEG XL decoder v0.10.0 e986e5c9 [AVX2]
./lib/extras/enc/encode.cc:... | djxl fails to decode 32-bit float JXL to PNG | https://api.github.com/repos/libjxl/libjxl/issues/3018/comments | 2 | 2023-12-12T19:44:42Z | 2024-01-21T19:11:14Z | https://github.com/libjxl/libjxl/issues/3018 | 2,038,443,500 | 3,018 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
lib/jxl/cms/jxl_cms.h is not installed, which makes it impossible to use `JxlGetDefaultCms()` and similar functions.
**Expected behavior**
Install the necessary headers. | jxl_cms.h not installed | https://api.github.com/repos/libjxl/libjxl/issues/3010/comments | 7 | 2023-12-08T19:59:56Z | 2023-12-21T17:29:03Z | https://github.com/libjxl/libjxl/issues/3010 | 2,033,242,156 | 3,010 |
[
"libjxl",
"libjxl"
] | Migrating to the latest libjxl commit in Gecko fails with:
```
0:32.23 D:/gecko/third_party/jpeg-xl/lib/jxl/cms/jxl_cms.cc(38,10): fatal error: 'lcms2.h' file not found
0:32.23 38 | #include "lcms2.h"
0:32.23 | ^~~~~~~~~
```
This is probably done by https://github.com/libjxl/libjxl/pull/2... | Building decoder-only now requires cms again | https://api.github.com/repos/libjxl/libjxl/issues/3009/comments | 8 | 2023-12-08T18:23:39Z | 2024-01-02T12:39:56Z | https://github.com/libjxl/libjxl/issues/3009 | 2,033,118,802 | 3,009 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
I don't think it's supposed to look like this.

**To Reproduce**
See: https://libjxl.readthedocs.io/en/latest/api_color.html#structJxlCmsInterface
**Suggested Fix**
There's probably a typo somewh... | lib/include/jxl/cms_interface.h: mangled Sphinx generated documenation. | https://api.github.com/repos/libjxl/libjxl/issues/3008/comments | 3 | 2023-12-08T17:35:54Z | 2023-12-18T21:33:05Z | https://github.com/libjxl/libjxl/issues/3008 | 2,033,062,140 | 3,008 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
I'm using the bleeding edge win binaries for a long time. Recent versions (0.10.0 about-ish, I cannot say which exact commit) produce jxl files that are unreadable in XnViewMP and Chrome (Thorium), I didn't check others.
Since the bitstream format is fixed, I'm reporting this to be safe - of c... | Current 0.10.0 cjxl produces unreadable files w/ lossless jpeg transcoding | https://api.github.com/repos/libjxl/libjxl/issues/2995/comments | 6 | 2023-11-30T19:52:44Z | 2023-12-05T14:51:30Z | https://github.com/libjxl/libjxl/issues/2995 | 2,019,395,800 | 2,995 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
djxl crashes when using --disable_output. It does not crash when writing to PNG, and libjxl works fine.
**To Reproduce**
Run djxl on any input JXL file with --disable_output. Preferably a debug build.
**Expected behavior**
Decoded to pixels, with output discarded.
**Log**
```
~/libjxl... | djxl crashes with JXL_ABORT on any input with --disable_output | https://api.github.com/repos/libjxl/libjxl/issues/2994/comments | 1 | 2023-11-30T14:06:51Z | 2023-12-04T10:18:37Z | https://github.com/libjxl/libjxl/issues/2994 | 2,018,743,503 | 2,994 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
The actual size of the buffer passed to JxlEncoderAddImageFrame is ignored when bounds checking. A bound based on JxlPixelFormat.align will be calculated (correctly) but won't actually be compared to the buffer size passed to this function. Instead it'll be compared to the size `bytes_per_pixel * ... | libjxl fails to AddImageFrame with large JxlPixelFormat.align | https://api.github.com/repos/libjxl/libjxl/issues/2971/comments | 1 | 2023-11-26T03:13:48Z | 2023-11-30T14:10:25Z | https://github.com/libjxl/libjxl/issues/2971 | 2,010,873,130 | 2,971 |
[
"libjxl",
"libjxl"
] | The following bits:
# Force build with optimizations in release mode.
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O2")
# Also optimize debug build; this is "unofficial", so it goes through ENV
if(DEFINED ENV{JPEGXL_OPT_DBG})
# Not the same thing as release_with_debug
set(CMAKE_CXX_FLA... | CMakeLists.txt forces -O2 to optimization flags | https://api.github.com/repos/libjxl/libjxl/issues/2970/comments | 6 | 2023-11-25T13:25:54Z | 2023-12-06T15:33:56Z | https://github.com/libjxl/libjxl/issues/2970 | 2,010,618,263 | 2,970 |
[
"libjxl",
"libjxl"
] | PR #2957 breaks the standalone fast lossless build.
This should be fixed by removing all the parts that need the internal libjxl library with the FJXL_STANDALONE macro. | Fix standalone fast lossless build. | https://api.github.com/repos/libjxl/libjxl/issues/2959/comments | 0 | 2023-11-22T13:31:42Z | 2023-11-22T16:17:17Z | https://github.com/libjxl/libjxl/issues/2959 | 2,006,349,813 | 2,959 |
[
"libjxl",
"libjxl"
] | after the CMS refactor the two tests
`Build/Test / Windows MSYS2 / mingw64`
`Build/Test / Windows MSYS2 / mingw32`
need fixing. See https://github.com/libjxl/libjxl/pull/2950 for the pr that updated the the expectation to fail. | Fix mingw build | https://api.github.com/repos/libjxl/libjxl/issues/2951/comments | 1 | 2023-11-20T13:34:19Z | 2023-12-07T16:56:19Z | https://github.com/libjxl/libjxl/issues/2951 | 2,002,221,269 | 2,951 |
[
"libjxl",
"libjxl"
] | See https://github.com/libjxl/libjxl/pull/2927#discussion_r1390772591 | understand why XYB does not work together with icc_dst. | https://api.github.com/repos/libjxl/libjxl/issues/2946/comments | 2 | 2023-11-14T13:29:22Z | 2024-04-22T12:31:40Z | https://github.com/libjxl/libjxl/issues/2946 | 1,992,749,006 | 2,946 |
[
"libjxl",
"libjxl"
] | **Is your feature request related to a problem? Please describe.**
No
**Describe the solution you'd like**
I think it'd be cool to have audio play with an animation, exactly like a video.
**Describe alternatives you've considered**
Nothing
**Additional context**
Even though there might not be much use for ... | Audio stream alongside animation? | https://api.github.com/repos/libjxl/libjxl/issues/2945/comments | 2 | 2023-11-14T10:49:20Z | 2025-03-01T18:46:42Z | https://github.com/libjxl/libjxl/issues/2945 | 1,992,489,052 | 2,945 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Attempting to configure FFmpeg with a static build results in
```c
ccache clang++ ... -DHWY_STATIC_DEFINE -DJXL_STATIC_DEFINE -DJXL_STATIC_DEFINE -LD:/clang/local64/lib -L -LD:/clang/msys64/mingw64/lib -o /tmp/ffconf.RcMp22qB/test.exe /tmp/ffconf.RcMp22qB/test.o -ljxl -lm -ljxl_cms -lm -lbrotl... | FFmpeg: failure to link with -ljxl_cms | https://api.github.com/repos/libjxl/libjxl/issues/2944/comments | 3 | 2023-11-13T17:09:57Z | 2023-12-08T02:29:39Z | https://github.com/libjxl/libjxl/issues/2944 | 1,991,088,366 | 2,944 |
[
"libjxl",
"libjxl"
] | lib/jxl/render_pipeline/stage_tone_mapping.cc line 41
Code:
} else if (tf.IsHLG() && !tf.IsHLG()) { // <-- always false
| condition always false | https://api.github.com/repos/libjxl/libjxl/issues/2940/comments | 1 | 2023-11-10T09:34:27Z | 2023-11-15T16:44:09Z | https://github.com/libjxl/libjxl/issues/2940 | 1,987,255,307 | 2,940 |
[
"libjxl",
"libjxl"
] |
/lib/jxl/cms/color_management.cc line 800
Code:
Status AdaptToXYZD50(float wx, float wy, float matrix[9]) {
bool ok = (wx >= 0) || (wx <= 1) || (wy > 0) || (wy <= 1); // <-- both always true (maybe some && necessary)
if (!ok) { | conditions always true | https://api.github.com/repos/libjxl/libjxl/issues/2939/comments | 0 | 2023-11-10T09:30:56Z | 2023-11-15T16:28:28Z | https://github.com/libjxl/libjxl/issues/2939 | 1,987,249,904 | 2,939 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
When encoding to jxl with fast lossless / e1, photon noise didn't give an expected noise to the output image. This only happens in effort 1, on effort 2 upwards the noise is properly applied. Tested both in latest precompiled v0.9.0 binary `7f9e745` and library (v0.8.2 as in Krita).
**To Reprod... | Photon noise doesn't work on fast lossless (effort 1) | https://api.github.com/repos/libjxl/libjxl/issues/2931/comments | 1 | 2023-11-03T09:12:45Z | 2023-11-17T12:12:32Z | https://github.com/libjxl/libjxl/issues/2931 | 1,975,740,739 | 2,931 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
I'm using libjxl in Rust.
When passing the RGBA array(like 2x2 8bit image data: `[255, 0, 0, 255, 255, 0, 0, 255, 255, 0, 0, 255, 255, 0, 0, 255]`) to `JxlEncoderAddImageFrame`, it will cause a `0x81 JXL_ENC_ERR_API_USAGE` error.
It has no problem to work with RGB data.
**To Reproduce**
St... | JxlEncoderAddImageFrame failed to handle RGBA data | https://api.github.com/repos/libjxl/libjxl/issues/2901/comments | 4 | 2023-10-23T14:45:29Z | 2023-10-30T13:05:47Z | https://github.com/libjxl/libjxl/issues/2901 | 1,957,348,695 | 2,901 |
[
"libjxl",
"libjxl"
] | c5577db0aff797167fcece0b73e01bce87ff0a0e added an in-place version of Butteraugli that uses a lot less memory.
Since butteraugli_main doesn't need the reference and distorted images after comparing them, it could make use of this to lower its memory footprint. | Use in-place Butteraugli for butteraugli_main | https://api.github.com/repos/libjxl/libjxl/issues/2898/comments | 1 | 2023-10-23T01:26:10Z | 2024-01-18T07:14:50Z | https://github.com/libjxl/libjxl/issues/2898 | 1,956,174,133 | 2,898 |
[
"libjxl",
"libjxl"
] | Hello,
I am getting `CMake Error at CMakeLists.txt:558 (add_dependencies): add_dependencies called with incorrect number of arguments` when attempting to configure 32bit build under Gentoo Linux.
There is no problem with native 64bit build.
```
>>> Emerging (1 of 1) media-libs/libjxl-9999::novomeskyd
>>> Unp... | add_dependencies called with incorrect number of arguments | https://api.github.com/repos/libjxl/libjxl/issues/2897/comments | 0 | 2023-10-22T18:33:43Z | 2023-10-23T13:53:43Z | https://github.com/libjxl/libjxl/issues/2897 | 1,956,007,458 | 2,897 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
See comments starting here https://github.com/libjxl/libjxl/pull/2884#issuecomment-1770929375
**To Reproduce**
See comments in PR.
**Expected behavior**
See comments in PR.
**Screenshots**
N/A
**Environment**
Various.
| Linking Issues | https://api.github.com/repos/libjxl/libjxl/issues/2896/comments | 4 | 2023-10-22T07:04:55Z | 2023-12-07T16:58:55Z | https://github.com/libjxl/libjxl/issues/2896 | 1,955,789,045 | 2,896 |
[
"libjxl",
"libjxl"
] | https://developers.google.com/speed/webp/docs/api#simple_encoding_api
```c
size_t WebPEncodeRGB(const uint8_t* rgb, int width, int height, int stride, float quality_factor, uint8_t** output);
size_t WebPEncodeBGR(const uint8_t* bgr, int width, int height, int stride, float quality_factor, uint8_t** output);
size_t ... | add Simple Encoding API | https://api.github.com/repos/libjxl/libjxl/issues/2879/comments | 4 | 2023-10-16T08:50:02Z | 2023-11-17T12:17:02Z | https://github.com/libjxl/libjxl/issues/2879 | 1,944,704,629 | 2,879 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
cjxl v0.8.2 954b4607 [AVX2,SSE4,SSSE3,SSE2] fails to process a 2.1GB size png image which is validly opened by GIMP and other image programs
**To Reproduce**
cjxl out.png out.jxl
**Expected behavior**
I expect it to process the image
**Screenshots**
Image too large to attach
**Envir... | cjxl fails to get pixel data on large grayscale image (57,500 × 57,500) | https://api.github.com/repos/libjxl/libjxl/issues/2873/comments | 7 | 2023-10-13T03:19:35Z | 2025-02-11T15:51:04Z | https://github.com/libjxl/libjxl/issues/2873 | 1,941,159,269 | 2,873 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
When installing the debian packages downloaded from the latest release (i chose the debian bullseye version when downloading)
it throws an error stating "libhwy-dev" is not installable and throws an error. So the install is not complete.
**To Reproduce**
Download the tar.xz file for debian bu... | Debian Bullseye lib-hwy not found error installing libjxl-dev | https://api.github.com/repos/libjxl/libjxl/issues/2872/comments | 2 | 2023-10-12T21:11:02Z | 2023-11-17T12:20:56Z | https://github.com/libjxl/libjxl/issues/2872 | 1,940,799,616 | 2,872 |
[
"libjxl",
"libjxl"
] | https://github.com/libjxl/libjxl/blob/main/lib/include/jxl/encode.h#L645 says that the default color encoding is sRGB, but this appears to be only the case when doing XYB encoding. When trying to do lossless encoding without first setting a color encoding or icc profile, I'm getting an error:
```
./lib/jxl/encode.cc:... | encode api: default color encoding in no-XYB case doesn't work. | https://api.github.com/repos/libjxl/libjxl/issues/2870/comments | 0 | 2023-10-12T12:52:49Z | 2023-10-13T11:01:44Z | https://github.com/libjxl/libjxl/issues/2870 | 1,939,934,775 | 2,870 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
I use the following image for testing with `decode_progressive.cc`:
[death-gray8.zip](https://github.com/libjxl/libjxl/files/12856745/death-gray8.zip)
I also disabled writing PAM files to measure just decoding and not writing to disk:
```C
char fname[1024];
if (snprintf(fn... | Progressive decoding performance drastically decreases with smaller buffer sizes | https://api.github.com/repos/libjxl/libjxl/issues/2861/comments | 2 | 2023-10-10T13:04:17Z | 2023-10-11T14:14:00Z | https://github.com/libjxl/libjxl/issues/2861 | 1,935,330,417 | 2,861 |
[
"libjxl",
"libjxl"
] | There is `JxlDecoderSetInput()` and `JxlDecoderReleaseInput();` API to process images in chunks, but this API still seems to be overcomplicated for a user. Ideally there should be streaming API like in libpng or libjpeg:
```c
// Set our own function to read bytes from the stream and feed them to libpng
png_set_re... | Feature request: Simple streaming API for decoding/encoding | https://api.github.com/repos/libjxl/libjxl/issues/2859/comments | 1 | 2023-10-10T10:11:08Z | 2025-01-17T19:44:26Z | https://github.com/libjxl/libjxl/issues/2859 | 1,934,968,064 | 2,859 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
When I try to convert any input image, cjxl failed to read input from stdin with the error: `Reading image data failed.`
**To Reproduce**
`cjxl - - < in.jpg > out.jxl`
`cat in.jpg | cjxl - - > out.jxl`
**Expected behavior**
cjxl should read in the input from stdin and output into the st... | Failed to read input from stdin | https://api.github.com/repos/libjxl/libjxl/issues/2852/comments | 4 | 2023-10-08T03:23:26Z | 2024-09-08T12:16:37Z | https://github.com/libjxl/libjxl/issues/2852 | 1,931,619,753 | 2,852 |
[
"libjxl",
"libjxl"
] | **Is your feature request related to a problem? Please describe.**
Currently there is a problem in using libjxl with CMake-enabled build environments. Currently the only way to import the library is to use pkg-config. When the pkg-config tool is not available in the current build env, the user is stuck because (I'm li... | Add installable CMake configs for CMake-enabled environments | https://api.github.com/repos/libjxl/libjxl/issues/2851/comments | 1 | 2023-10-07T17:09:29Z | 2023-10-09T06:19:42Z | https://github.com/libjxl/libjxl/issues/2851 | 1,931,427,318 | 2,851 |
[
"libjxl",
"libjxl"
] | When decoding to Netpbm image formats, djxl requires user to specify different file extensions for RGB, grayscale and images with alpha. Specifically, .ppm is required for RGB and .pgm is required for grayscale. Additionally, .pam can only be used for images with alpha channel.
djxl should allow .pnm file extensio... | djxl: Netpbm output requires specific file extension for each pixel format | https://api.github.com/repos/libjxl/libjxl/issues/2850/comments | 1 | 2023-10-06T22:52:11Z | 2023-10-16T08:48:41Z | https://github.com/libjxl/libjxl/issues/2850 | 1,931,019,927 | 2,850 |
[
"libjxl",
"libjxl"
] | Maybe other JXL-guys can answer? https://github.com/veluca93/fpnge/issues/26 | for -e 1: group tiles by type, then decode using SIMD | https://api.github.com/repos/libjxl/libjxl/issues/2843/comments | 2 | 2023-10-05T22:16:49Z | 2025-01-30T04:50:05Z | https://github.com/libjxl/libjxl/issues/2843 | 1,929,155,743 | 2,843 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Running `cjxl -d0 -e1` on a PNG and `djxl` is not a lossless round-trip on some images.
**To Reproduce**
Steps to reproduce the behavior:
```sh
git clone https://github.com/libjxl/libjxl.git
cd libjxl
./deps.sh
mkdir build
cd build
cmake ..
make -j 7
```
The attached image is from ht... | cjxl -d0 -e1 garbles some images | https://api.github.com/repos/libjxl/libjxl/issues/2841/comments | 1 | 2023-10-05T16:12:02Z | 2023-10-18T06:47:23Z | https://github.com/libjxl/libjxl/issues/2841 | 1,928,642,033 | 2,841 |
[
"libjxl",
"libjxl"
] | I'm trying to decompress a jxl encoded file in the browser and am following the examples from the [tests](https://github.com/libjxl/libjxl/blob/43d1a60af7c4892f764bbbecbf50828c6583d3c6/tools/wasm_demo/jxl_decoder_test.js#L122) and [client_worker.js](https://github.com/libjxl/libjxl/blob/43d1a60af7c4892f764bbbecbf50828c... | WASM _jxlDecompress hangs browser | https://api.github.com/repos/libjxl/libjxl/issues/2837/comments | 2 | 2023-09-29T18:09:30Z | 2023-12-07T20:08:12Z | https://github.com/libjxl/libjxl/issues/2837 | 1,919,712,565 | 2,837 |
[
"libjxl",
"libjxl"
] | **Is your feature request related to a problem? Please describe.**
I have a uint16 image data from a thermal camera and I would like to save a paletted jxl file where I specify the palette. The palette would map the 16 bit values to 2^16 RGB colors of my choosing. This would be ideal as it would allow me to glance at ... | [question/feature] Is there a way to specify my own palette? | https://api.github.com/repos/libjxl/libjxl/issues/2826/comments | 7 | 2023-09-26T16:26:13Z | 2023-12-13T22:02:06Z | https://github.com/libjxl/libjxl/issues/2826 | 1,913,884,220 | 2,826 |
[
"libjxl",
"libjxl"
] | Hi! 🙂
Libjpeg library allows reading source pixels (RGB/Gray in YCbCr color space in most cases) from a jpeg file.
I noticed that the libjxl examples (decode-oneshot) always convert pixels to a specific format. Is there a way to access the original pixels without converting them to a different format? | [question/feature request] Is there a way to read source pixels? | https://api.github.com/repos/libjxl/libjxl/issues/2824/comments | 3 | 2023-09-26T08:27:00Z | 2023-09-27T13:41:20Z | https://github.com/libjxl/libjxl/issues/2824 | 1,912,976,792 | 2,824 |
[
"libjxl",
"libjxl"
] | ... after #2782.
Does the decoder now depend on lcms or is it solely a result of refactoring? Can it be split as it was if it does not? | Building decoder only now requires lcms | https://api.github.com/repos/libjxl/libjxl/issues/2822/comments | 3 | 2023-09-25T12:25:26Z | 2023-10-16T21:29:11Z | https://github.com/libjxl/libjxl/issues/2822 | 1,911,398,587 | 2,822 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.