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"
] | The fact that official .deb packages are available for libjxl releases is pretty amazing. It's such a rare luxury that unless this easy availability is explicitly mentioned, most of us Debian/Ubuntu/derivative users will just assume that we'll have to tolerate an old version in our distro's repositories or not get it a... | Mention availability of release .deb packages for Debian and Ubuntu in README.md | https://api.github.com/repos/libjxl/libjxl/issues/2370/comments | 0 | 2023-04-11T16:40:45Z | 2023-04-20T17:00:36Z | https://github.com/libjxl/libjxl/issues/2370 | 1,662,874,762 | 2,370 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
It seems that the support for FLOAT32 is not stable right now. `JxlEncoderGetError` just returns `JXL_ENC_ERR_GENERIC` when encoding some fp32 inputs. The error can happen on many of my images, but fp16 works fine.
**To Reproduce**
Steps to reproduce the behavior:
To reproduce the error, in... | JxlEncoderProcessOutput returned JXL_ENC_ERR_GENERIC when encoding some float32 inputs | https://api.github.com/repos/libjxl/libjxl/issues/2363/comments | 1 | 2023-04-10T23:23:28Z | 2023-09-21T08:09:56Z | https://github.com/libjxl/libjxl/issues/2363 | 1,661,537,780 | 2,363 |
[
"libjxl",
"libjxl"
] | encode:

decode:
<img width="464" alt="图片1" src="https://user-images.githubusercontent.com/41775496/230844447-f1e567f3-bbdc-4989-9216-bfd48446af3d.png">
| Unstable encoding memory usage | https://api.github.com/repos/libjxl/libjxl/issues/2362/comments | 4 | 2023-04-10T06:51:26Z | 2025-01-23T22:52:36Z | https://github.com/libjxl/libjxl/issues/2362 | 1,660,332,087 | 2,362 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
```
JPEG XL encoder v0.9.0 6d38e955 [AVX2,SSE4,SSSE3,SSE2]
Read 21888x14592 image, 394324866 bytes, 184.2 MP/s
Encoding [Modular, lossless, effort: 7],
lib/jxl/modular/encoding/enc_ma.cc:987: JXL_ASSERT: tree.size() <= kMaxTreeSize
Command terminated by signal 4
```
**Expected behavior**... | Encoder creates too-large tree and terminates | https://api.github.com/repos/libjxl/libjxl/issues/2361/comments | 0 | 2023-04-07T06:13:19Z | 2023-05-10T11:50:36Z | https://github.com/libjxl/libjxl/issues/2361 | 1,658,413,454 | 2,361 |
[
"libjxl",
"libjxl"
] | ❯ uname -a
Darwin zm2.local 22.3.0 Darwin Kernel Version 22.3.0: Mon Jan 30 20:39:46 PST 2023; root:xnu-8792.81.3~2/RELEASE_ARM64_T6020 arm64
**Describe the bug**
```
[ 60%] Building CXX object lib/CMakeFiles/jxl_extras-static.dir/extras/enc/jxl.cc.o
/Users/z/git/libjxl/lib/extras/enc/jxl.cc:120:28: error: use o... | compile error in mac m2 : error: use of undeclared identifier 'JxlEncoderSetExtraChannelDistance | https://api.github.com/repos/libjxl/libjxl/issues/2359/comments | 2 | 2023-04-06T03:28:35Z | 2023-04-07T04:20:55Z | https://github.com/libjxl/libjxl/issues/2359 | 1,656,606,195 | 2,359 |
[
"libjxl",
"libjxl"
] | **Is your feature request related to a problem? Please describe.**
Neither jxl-x64-windows-static.zip nor jxl-x86-windows-static.zip actually contain headers and link libraries.
Also they only contain DLLs and dynamically linked binaries. Why are you calling the zipfiles "static"?
**Describe the solution you'd... | Why doesn't jxl-x64-windows-static.zip contain static libraries and headers? Or any headers at all? | https://api.github.com/repos/libjxl/libjxl/issues/2333/comments | 5 | 2023-03-26T21:56:47Z | 2024-03-04T10:24:20Z | https://github.com/libjxl/libjxl/issues/2333 | 1,641,107,120 | 2,333 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Trying to build vips for x86_64 macos using osxcross, I'm getting a link error, see below. Can't find where that symbol comes from.
```
Undefined symbols for architecture x86_64:
"___cpu_model", referenced from:
_JxlFastLosslessWriteOutput in libjxl.a(enc_fast_lossless.cc.o)
_... | Cross-compiling vips for x86_64 macos fails when linking against libjxl | https://api.github.com/repos/libjxl/libjxl/issues/2332/comments | 2 | 2023-03-26T15:12:12Z | 2023-06-20T16:49:42Z | https://github.com/libjxl/libjxl/issues/2332 | 1,640,950,866 | 2,332 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
When encoding losless images with the fast lossless [encoder](https://github.com/libjxl/libjxl/tree/main/experimental/fast_lossless), the encoder creates images the decoder cannot parse
**To Reproduce**
The below image
’:
/home/work/jxl/libjxl/lib/jpegli/color_transform.cc:138:10: error... | Build fails on Ubuntu 20.04 | https://api.github.com/repos/libjxl/libjxl/issues/2320/comments | 3 | 2023-03-21T01:14:40Z | 2024-03-12T08:13:24Z | https://github.com/libjxl/libjxl/issues/2320 | 1,633,087,468 | 2,320 |
[
"libjxl",
"libjxl"
] | /libjxl-main/tools/file_io.cc line 62
Code:
if (fwrite(bytes.data(), 1, bytes.size(), file) != bytes.size()) {
fprintf(stderr,
"Could not write to file\n"
"Error: %s",
strerror(errno));
// <- may be better add fclose(file);
return false;
}
| missing fclose | https://api.github.com/repos/libjxl/libjxl/issues/2308/comments | 0 | 2023-03-17T10:18:32Z | 2023-03-20T08:20:39Z | https://github.com/libjxl/libjxl/issues/2308 | 1,629,056,565 | 2,308 |
[
"libjxl",
"libjxl"
] | libjxl-main/tools/cjxl_main.cc line 665
Code:
if (((distance_set && (args->distance != 0.0)) ||
(quality_set && (args->quality != 100))) &&
args->lossless_jpeg && args->lossless_jpeg) { // <-- identical
| identical expression | https://api.github.com/repos/libjxl/libjxl/issues/2304/comments | 1 | 2023-03-16T14:45:44Z | 2023-03-17T07:49:38Z | https://github.com/libjxl/libjxl/issues/2304 | 1,627,664,498 | 2,304 |
[
"libjxl",
"libjxl"
] | error log:
/Applications/Xcode_14.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/14.0.0/include/avx512fintrin.h:9586:1: note: previous definition is here
_mm512_cvtsi512_si32(__m512i __A) {
^
/Users/runner/work/mpv-macos-intel/mpv-macos-intel/packages/libjxl/lib/jxl/enc_fast_lossless.c... | build failed on mac Monterey | https://api.github.com/repos/libjxl/libjxl/issues/2291/comments | 0 | 2023-03-13T06:22:07Z | 2023-04-17T09:38:51Z | https://github.com/libjxl/libjxl/issues/2291 | 1,620,830,260 | 2,291 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
I saved a 598KB jpg file to a PNG 3.2MB loslessly using photoshop. Then using CJXL I converted the PNG to jxl using --distance 0 --effort 9 and it resulted in a 2.09MB JXL file that is still bigger than the JPG orignal file.
**To Reproduce**
convert jpg to png
convert the png to jxl using --d... | Saved jpg to PNG, then converted to JXL resulting in bigger file size | https://api.github.com/repos/libjxl/libjxl/issues/2290/comments | 2 | 2023-03-11T21:10:58Z | 2023-03-11T21:31:33Z | https://github.com/libjxl/libjxl/issues/2290 | 1,620,146,831 | 2,290 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
When converting a particular JXL image to PNG, the PNG has noticeable color issues with patches of discoloration.
**To Reproduce**
Download [this](https://cdn.discordapp.com/attachments/794206170445119489/1083872278128885790/imagetest15-Q70.jxl)
djxl theimage.jxl out.png
Compare the png to the J... | djxl PNG Conversion Acting Up | https://api.github.com/repos/libjxl/libjxl/issues/2289/comments | 31 | 2023-03-11T05:10:51Z | 2025-06-21T05:31:10Z | https://github.com/libjxl/libjxl/issues/2289 | 1,619,886,499 | 2,289 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Running benchmark_xl with --debug_image_dir set to any path will result in `Error in jxl codec
D:\a\libjxl\libjxl\tools\benchmark\benchmark_xl.cc:144: JXL_CHECK: speed_stats.GetSummary(&summary)`
Tested on the current stable release of 0.8.0 and also 0.9.0
**To Reproduce**
Run `benchmark_xl ... | Benchmark_xl fails on Windows when --debug_image_dir is used | https://api.github.com/repos/libjxl/libjxl/issues/2287/comments | 1 | 2023-03-10T10:09:40Z | 2025-01-18T19:24:22Z | https://github.com/libjxl/libjxl/issues/2287 | 1,618,700,113 | 2,287 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
A legacy JPEG file produced with benchmark_xl/jpegli should be recompressible with cjxl using standard JPEG transcoding. It fails.
**To Reproduce**
```
$ benchmark_xl --save_compressed --output_dir=. --codec=jpeg:enc-jpegli:xyb:d1 --input=lenna.png
```
followed by:
```
$ cjxl lenna.png.d1... | jpegli output fails to be JPEG-recompressible using cjxl | https://api.github.com/repos/libjxl/libjxl/issues/2284/comments | 11 | 2023-03-09T15:34:07Z | 2025-01-19T23:33:31Z | https://github.com/libjxl/libjxl/issues/2284 | 1,617,481,085 | 2,284 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
I've found another input that upsets the fast lossless encoder.

Encoding with `cjxl -e 1 -d 0` and decoding again, the result is:
, real 318 mb/s (0.359 sec) = 91%. ram 401144 KB, vmem 569556 KB`
git build v0.8.1 [cjxl e1 lossless]
`119,7... | The official Windows builds are much slower than the static Clang builds | https://api.github.com/repos/libjxl/libjxl/issues/2268/comments | 8 | 2023-03-06T16:10:22Z | 2024-03-05T14:54:54Z | https://github.com/libjxl/libjxl/issues/2268 | 1,611,757,354 | 2,268 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Encoding .jpegs with the progressive option crashes cjxl.
**To Reproduce**
I'm attaching the .jpeg I used for the sake of documenting it, but this error occurs with many (all?) jpegs, on cjxl versions `v0.8.1 c27d4992` and `v0.9.0 6fb35528` (latest as of 5th March, 23). Binaries are static... | Progressive encoding JPEGs crashes CJXL | https://api.github.com/repos/libjxl/libjxl/issues/2265/comments | 2 | 2023-03-05T14:38:13Z | 2023-05-16T11:31:13Z | https://github.com/libjxl/libjxl/issues/2265 | 1,610,225,511 | 2,265 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
When decoding an image compressed with `--progressive_ac` and `--progressive_dc=1` the `libjxl` decoder generates the same number of `JXL_DEC_FRAME_PROGRESSION` events for both `kLastPasses` and `kPasses` progressive detail options. In both of those cases flushing the output buffer after receivin... | Unexpected number of `JXL_DEC_FRAME_PROGRESSION` events generated when using `kPasses` progressive detail decoder option | https://api.github.com/repos/libjxl/libjxl/issues/2264/comments | 0 | 2023-03-04T22:49:59Z | 2023-05-10T11:54:26Z | https://github.com/libjxl/libjxl/issues/2264 | 1,609,975,841 | 2,264 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Compilation error at enc_fast_lossless.cc, preventing installation with brew on MacOS 10.13.6.
[ 55%] Building CXX object lib/CMakeFiles/jxl_enc-obj.dir/jxl/enc_noise.cc.o
cd /tmp/jpeg-xl-20230303-35201-11dm0kk/libjxl-0.8.1/build/lib && /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clan... | Compilation errror enc_fast_lossless.cc | https://api.github.com/repos/libjxl/libjxl/issues/2260/comments | 0 | 2023-03-03T11:47:12Z | 2023-04-17T13:30:49Z | https://github.com/libjxl/libjxl/issues/2260 | 1,608,490,628 | 2,260 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
HDR lossy XYB-encoded JXL images are too dark when sRGB is requested from libjxl.
**To Reproduce**
Take an HDR image, XYB-encoded (example attached). Decode it to sRGB with:
```
$ djxl --color_space=RGB_D65_SRG_Rel_SRG hdr.jxl sdr.png
```
and view the resulting sRGB PNG with any PNG viewer... | libjxl produces too-dark HDR images when sRGB is requested | https://api.github.com/repos/libjxl/libjxl/issues/2251/comments | 4 | 2023-03-01T16:00:24Z | 2025-01-18T19:16:24Z | https://github.com/libjxl/libjxl/issues/2251 | 1,605,240,560 | 2,251 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
running tests from 0.8.1 on OpenBSD, a single test timeouts and is killed by cmake. This is 100% reproducible.
**To Reproduce**
running make test in the wip port for libjxl 0.8.1
**Screenshots**
```
test 740
Start 740: ConvolveTestGroup/ConvolveTest.TestConvolve/EMU128 # Ge... | ConvolveTestGroup/ConvolveTest.TestConvolve/EMU128 timeouts on OpenBSD | https://api.github.com/repos/libjxl/libjxl/issues/2243/comments | 1 | 2023-03-01T08:55:03Z | 2023-03-01T11:01:16Z | https://github.com/libjxl/libjxl/issues/2243 | 1,604,539,287 | 2,243 |
[
"libjxl",
"libjxl"
] | People seem to be talking about this new higher-quality JPG thing, but the README barely talk about what it is, what it does, how well it does, and how it achieves everything.
Might… be a good idea to put that on the roadmap. Gotta have something to cite for Wikipedia! | [REQ] Want a stronger README of jpegli | https://api.github.com/repos/libjxl/libjxl/issues/2241/comments | 3 | 2023-02-28T21:18:32Z | 2025-01-19T04:43:13Z | https://github.com/libjxl/libjxl/issues/2241 | 1,603,829,837 | 2,241 |
[
"libjxl",
"libjxl"
] | Can jpeg xl support the whole platform?as ios 、android、linux、windows、mac 。 | Which platforms are supported? | https://api.github.com/repos/libjxl/libjxl/issues/2228/comments | 1 | 2023-02-24T10:17:12Z | 2024-04-17T08:43:44Z | https://github.com/libjxl/libjxl/issues/2228 | 1,598,331,832 | 2,228 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Remove 1.0-snapshot tag, it confuses naive reader, and Debian bot into thinking that 1.0-snapshot tag is most recent that 0.8.1 release.
**To Reproduce**
* https://github.com/libjxl/libjxl/releases/tag/v0.8.1
* https://github.com/libjxl/libjxl/releases/tag/v1.0-snapshot
**Expected ... | Remove 1.0-snapshot | https://api.github.com/repos/libjxl/libjxl/issues/2216/comments | 5 | 2023-02-23T09:04:48Z | 2025-01-23T20:37:47Z | https://github.com/libjxl/libjxl/issues/2216 | 1,596,471,804 | 2,216 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
When you compile `benchmark_xl` with `-D_GLIBCXX_ASSERTIONS`, as is done by default on Arch, it often fails to encode with jpegli.
Error is listed as below:
```
❯ ~/dev/libjxl/build/tools/benchmark_xl --input=jpegxl-home.jpg --codec=jpeg:enc-jpegli:xyb:q87 --save_compressed --output_dir=jpegxl-... | benchmark_xl fails to encode with jpegli when compiled with `-D_GLIBCXX_ASSERTIONS` | https://api.github.com/repos/libjxl/libjxl/issues/2207/comments | 3 | 2023-02-21T05:38:37Z | 2023-02-22T23:58:57Z | https://github.com/libjxl/libjxl/issues/2207 | 1,592,844,641 | 2,207 |
[
"libjxl",
"libjxl"
] | Both `libbrotlidec` and `libbrotlienc` already require `libbrotlicommon` for static builds in their respective .pc files and pkg-config will insert it automatically, so `libbrotlicommon` should be removed here to avoid overlinking or link order problems:
https://github.com/libjxl/libjxl/blob/0eebc1746afd51b6ea092007... | Overlinking libbrotlicommon in pkg-config file | https://api.github.com/repos/libjxl/libjxl/issues/2206/comments | 0 | 2023-02-20T15:25:41Z | 2023-02-24T07:14:13Z | https://github.com/libjxl/libjxl/issues/2206 | 1,592,063,592 | 2,206 |
[
"libjxl",
"libjxl"
] | **Is your feature request related to a problem? Please describe.**
There are no readily-available Wasm builds of libjxl available except for [the really old one in Squoosh](https://github.com/GoogleChromeLabs/squoosh/tree/dev/codecs/jxl), last updated over a year ago!
**Describe the solution you'd like**
Wasm buil... | Add WebAssembly builds to releases section | https://api.github.com/repos/libjxl/libjxl/issues/2200/comments | 2 | 2023-02-20T09:36:27Z | 2023-05-10T11:45:04Z | https://github.com/libjxl/libjxl/issues/2200 | 1,591,484,964 | 2,200 |
[
"libjxl",
"libjxl"
] | On my Linux system, the `gdk-pixbuf-2.0.pc` file contains the following:
```
prefix=/usr
libdir=${prefix}/x86_64-pc-linux-gnu/lib
gdk_pixbuf_binarydir=${libdir}/gdk-pixbuf-2.0/2.10.0
gdk_pixbuf_moduledir=${gdk_pixbuf_binarydir}/loaders
```
so the expected final value for `gdk_pixbuf_moduledir` is `/usr/x86_6... | gdk-pixbuf plugin installs to incorrect prefix | https://api.github.com/repos/libjxl/libjxl/issues/2199/comments | 5 | 2023-02-19T16:00:26Z | 2023-02-20T14:49:51Z | https://github.com/libjxl/libjxl/issues/2199 | 1,590,742,330 | 2,199 |
[
"libjxl",
"libjxl"
] | I just compiled a recent version of cjxl (JPEG XL encoder v0.9.0 ed027ed5 [AVX3], this commit 5e222241cb6a2630fc2f4356b21b448088125bde), and the recently added encode effort level 10 isn't available. Has it been removed? It's still [referenced in the docs](https://github.com/libjxl/libjxl/blob/main/doc/encode_effort.md... | Encode effort 10 missing from encoder | https://api.github.com/repos/libjxl/libjxl/issues/2196/comments | 1 | 2023-02-19T03:55:40Z | 2023-02-19T14:07:13Z | https://github.com/libjxl/libjxl/issues/2196 | 1,590,549,617 | 2,196 |
[
"libjxl",
"libjxl"
] | Hi, There is any chance to install it on High Sierra? (homebrew or anything) | Install on High Sierra | https://api.github.com/repos/libjxl/libjxl/issues/2195/comments | 1 | 2023-02-18T19:29:06Z | 2023-04-17T05:27:32Z | https://github.com/libjxl/libjxl/issues/2195 | 1,590,447,086 | 2,195 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
I have converted a PNG into a lossless JXL. When I try to convert this JXL into a lossy one I get an error:
`Getting pixel data failed.`
**To Reproduce**
1. save the attached image and name it "logs.png"
2. run `cjxl logs.png logs_0.0.jxl -d 0.0` - you get lossless JXL (it is viewable via Xn... | cjxl can't read JXL it has just generated | https://api.github.com/repos/libjxl/libjxl/issues/2193/comments | 10 | 2023-02-17T16:38:24Z | 2025-01-24T22:56:51Z | https://github.com/libjxl/libjxl/issues/2193 | 1,589,644,247 | 2,193 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Brotli libraries(.dll and .lib) are not copied to the installation directory specified by -DCMAKE_INSTALL_PREFIX.
They exist in the build directory, so they are simply not copied.
**To Reproduce**
Execute cmake.
**Expected behavior**
Brotli libraries must be copied into the installation d... | Brotli libraries are not copied to the installation directory | https://api.github.com/repos/libjxl/libjxl/issues/2185/comments | 4 | 2023-02-12T22:16:28Z | 2023-03-02T09:19:04Z | https://github.com/libjxl/libjxl/issues/2185 | 1,581,429,591 | 2,185 |
[
"libjxl",
"libjxl"
] | If the build is done on a Linux distribution where the DATADIR is in a location other than `${CMAKE_INSTALL_PREFIX}/share`, then the data files for plugins - the mime `packages/image-jxl.xml` file, and thumbnailers `jxl.thumbnailer` file in particular - will be installed in the wrong location.
An example is in [Exhe... | Installation of plugin mime and thumbnailer files doesn't respect DATAROOTDIR | https://api.github.com/repos/libjxl/libjxl/issues/2183/comments | 3 | 2023-02-11T20:59:58Z | 2024-02-06T11:44:44Z | https://github.com/libjxl/libjxl/issues/2183 | 1,581,013,881 | 2,183 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Can't decode [2021-08_totocaca.jxl](https://jpegxl.info/art/2021-08_totocaca.jxl) from https://jpegxl.info/art
**To Reproduce**
libjxl version:
b28f9ffa62a7d469915ab8c37c61ad4e93343812
submodule versions:
1405a214a8232991c585dc2164b5dec5bd559a33 testdata (1405a21)
36533a866ed1ca4b75cf049... | 2021-08_totocaca.jxl: Failed to decode image | https://api.github.com/repos/libjxl/libjxl/issues/2171/comments | 2 | 2023-02-09T12:35:31Z | 2023-04-25T06:20:27Z | https://github.com/libjxl/libjxl/issues/2171 | 1,577,817,780 | 2,171 |
[
"libjxl",
"libjxl"
] | jpegli doesn't compile on OpenBSD because it includes `<jpeglib.h>` which is not in the default include path. In OpenBSD, the default include path is _/usr/include_, but package headers are installed to _/usr/local/include_.
The other BSDs have the same detail, NetBSD in particular uses _/usr/pkg/include_, so it's v... | jpegli doesn't compile on OpenBSD | https://api.github.com/repos/libjxl/libjxl/issues/2167/comments | 2 | 2023-02-09T09:24:21Z | 2023-02-18T09:36:24Z | https://github.com/libjxl/libjxl/issues/2167 | 1,577,532,266 | 2,167 |
[
"libjxl",
"libjxl"
] | Hello,
I am experimenting with including `libjxl` into Android application. I am building `libjx` on Windows in Android Studio and the app builds via Gradle.
I observed that **by default**, all cmake targets are built there (unless I manually specify the exact target I want).
I was getting following errors:
... | Fuzzers fail to build without jxl_extras-static | https://api.github.com/repos/libjxl/libjxl/issues/2160/comments | 1 | 2023-02-08T11:19:43Z | 2023-02-10T10:33:36Z | https://github.com/libjxl/libjxl/issues/2160 | 1,575,938,476 | 2,160 |
[
"libjxl",
"libjxl"
] | **Is your feature request related to a problem? Please describe.**
Especially in the case of images that are not photos, but rather textures that will be post-processed (eg. warped), there might be regions of interest, or more generally we can consider a map of lossy-ness we can afford, so that they are less messed-up... | Encoding: specifying spatially variable compression quality using a non-uniform max. distance or similar | https://api.github.com/repos/libjxl/libjxl/issues/2157/comments | 0 | 2023-02-07T13:42:19Z | 2023-02-08T13:48:05Z | https://github.com/libjxl/libjxl/issues/2157 | 1,574,358,167 | 2,157 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
I was doing random lossless compression benchmarks of libjxl using cjxl, on a collection of screenshots, measuring various things, in particular compressed file size, and noticed that quite frequently, an increase of compression effort doesn't result in an increased (or equal) compression ratio.
... | When compression effort is increased, file size is not always reduced or equal | https://api.github.com/repos/libjxl/libjxl/issues/2156/comments | 3 | 2023-02-07T13:14:48Z | 2023-02-15T12:42:50Z | https://github.com/libjxl/libjxl/issues/2156 | 1,574,312,967 | 2,156 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
According to the built in help in cjxl (`-v -h`), the `--photon_noise` parameter works as follows:
> --photon_noise=ISO3200
Adds noise to the image emulating photographic film noise. The higher the given number, the grainier the image will be. As an example, a value of 100 gives low noise wh... | 'photon_noise' cannot be set to 'ISO0' despite it being the default. | https://api.github.com/repos/libjxl/libjxl/issues/2149/comments | 0 | 2023-02-04T07:56:31Z | 2023-02-09T10:45:44Z | https://github.com/libjxl/libjxl/issues/2149 | 1,570,823,072 | 2,149 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
As stated in the [docs](https://libjxl.readthedocs.io/en/latest/api_common.html#_CPPv4N12JxlBasicInfo21uses_original_profileE):
`If the original profile is not used, the decoder only outputs the data as sRGB (linear if outputting to floating point, nonlinear with standard sRGB transfer function i... | Decoding from XYB with ICC always returns linear sRGB regardless of pixel format | https://api.github.com/repos/libjxl/libjxl/issues/2147/comments | 0 | 2023-02-03T22:01:39Z | 2024-04-22T12:31:37Z | https://github.com/libjxl/libjxl/issues/2147 | 1,570,534,196 | 2,147 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Installation following the https://github.com/libjxl/libjxl/blob/main/README.md does not seem to be compiling/installing JPEG XL GDK Pixbuf (libpixbufloader-jxl.so) neither jxl.thumbnailer.
The libpixbufloader-jxl.so file is also not present in the build folder to be manually copied as describe... | Can't seem to find JPEG XL GDK Pixbuf | https://api.github.com/repos/libjxl/libjxl/issues/2139/comments | 5 | 2023-02-03T01:53:15Z | 2023-02-04T12:33:00Z | https://github.com/libjxl/libjxl/issues/2139 | 1,569,071,565 | 2,139 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
`cjxl` fails to decode a CMYK JPG to pixels (`-j 0`, i.e. JPEG lossless transcode is turned off) and encode it to JXL.
**To Reproduce**
1. Download the [CMYK JPG from the testdata repo](https://raw.githubusercontent.com/libjxl/testdata/main/jxl/flower/flower_small.cmyk.jpg).
2. `./cjxl -j 0 f... | cjxl fails to encode CMYK image | https://api.github.com/repos/libjxl/libjxl/issues/2126/comments | 1 | 2023-02-01T05:33:53Z | 2024-04-22T09:49:00Z | https://github.com/libjxl/libjxl/issues/2126 | 1,565,464,684 | 2,126 |
[
"libjxl",
"libjxl"
] | cjxl in fast lossless mode produces invalid JXLs from the attached PNGs.
**To Reproduce**
Encode the attached PNGs with `cjxl -e 1 -d 0` and attempt to decode.

[failure.png](https://user-images.... | Fast lossless can produce invalid/incorrect JXLs | https://api.github.com/repos/libjxl/libjxl/issues/2118/comments | 2 | 2023-01-29T13:31:04Z | 2023-01-31T11:19:32Z | https://github.com/libjxl/libjxl/issues/2118 | 1,561,290,074 | 2,118 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Commit https://github.com/libjxl/libjxl/commit/c3779422fd5bbae2c27e72761af6a5a51f64fa81 from https://github.com/libjxl/libjxl/pull/2110 breaks compilation on Ubuntu 20.04 with
```
CMake Error at lib/jxl.cmake:426 (target_include_directories):
Error evaluating generator expression:
$<... | third_party/brotli upgrade breaks compilation on Ubuntu 20.04 | https://api.github.com/repos/libjxl/libjxl/issues/2112/comments | 2 | 2023-01-26T19:13:52Z | 2023-01-27T19:59:34Z | https://github.com/libjxl/libjxl/issues/2112 | 1,558,638,448 | 2,112 |
[
"libjxl",
"libjxl"
] | When encoding lossy JXL, distance/quality of alpha channel cannot be adjusted separately and depends on the overall distance/quality setting. This may result in inefficient compression of alpha channel and larger file size.
In the example bellow, there are three JXL files. All of them were cretaed using the recent v... | Inefficient alpha compression in lossy JXL | https://api.github.com/repos/libjxl/libjxl/issues/2111/comments | 5 | 2023-01-26T18:19:24Z | 2023-05-10T10:51:06Z | https://github.com/libjxl/libjxl/issues/2111 | 1,558,570,284 | 2,111 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
I have a jpg that was saved from Photoshop. I converted it to jxl using `cjxl image.jpg image.jxl`
When viewing the two images in ImageGlass (8.7.11.6), there is a distinct difference in the color output in the jxl vs the jpg.
The good news is that running the opposite `djxl image.jxl image2.jp... | image saturation difference between jpg and lossless jxl | https://api.github.com/repos/libjxl/libjxl/issues/2105/comments | 2 | 2023-01-25T19:12:23Z | 2023-01-26T17:45:04Z | https://github.com/libjxl/libjxl/issues/2105 | 1,557,145,549 | 2,105 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
For verification, used the synthetic examples, which, however, is in appearance a regular files and can be opened through image viewer. After run, binary file aborted with Segfault.
**To Reproduce**
Steps to reproduce the behavior:
```bash
/run/media/user/b05c56b9-304e-42f6-af2b-883e9de3e6... | jxl::FindExifTagPosition - pointing to memory that is out of bounds (Segfault) | https://api.github.com/repos/libjxl/libjxl/issues/2100/comments | 0 | 2023-01-24T23:10:51Z | 2023-02-01T09:17:24Z | https://github.com/libjxl/libjxl/issues/2100 | 1,555,802,383 | 2,100 |
[
"libjxl",
"libjxl"
] | `benchmark_xl v0.9.0 00773081 [AVX2] Windows 11`
https://unsplash.com/photos/zHcI7_TA5Yg
[Resized source](https://user-images.githubusercontent.com/119183190/214198427-4fb712ca-b0ed-4b5c-a45c-eba6bbb72c1f.png)
```
Encoding kPixels Bytes BPP Max norm SSIMULACRA2 p... | Some broken blocks with jpegli decoding | https://api.github.com/repos/libjxl/libjxl/issues/2094/comments | 3 | 2023-01-24T02:43:07Z | 2023-01-25T07:50:04Z | https://github.com/libjxl/libjxl/issues/2094 | 1,554,203,001 | 2,094 |
[
"libjxl",
"libjxl"
] | Hello,
I received a QA Notice when building on Gentoo Linux:
```
* QA Notice: Package triggers severe warnings which indicate that it
* may exhibit random runtime failures.
* /var/tmp/portage/media-libs/libjxl-0.8.0/work/libjxl-0.8.0/lib/jxl/enc_fast_lossless.cc:3432:28: warning: array subscript -1... | warning: array subscript -1 is outside array bounds | https://api.github.com/repos/libjxl/libjxl/issues/2090/comments | 1 | 2023-01-19T16:46:00Z | 2023-01-26T08:40:45Z | https://github.com/libjxl/libjxl/issues/2090 | 1,549,542,238 | 2,090 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
I can no longer compiler libjxl from git HEAD. It fails with:
```
[281/406] : && /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -DJXL_DEBUG_WARNING -DJXL_DEBUG_ON_ERROR -Wdate-time -D_FORTIFY_SOURCE=2 -fno-rtti -funwind-tabl... | /usr/bin/ld: cannot find -ljpegli-static: No such file or directory | https://api.github.com/repos/libjxl/libjxl/issues/2087/comments | 2 | 2023-01-19T13:07:20Z | 2023-01-26T08:17:23Z | https://github.com/libjxl/libjxl/issues/2087 | 1,549,120,898 | 2,087 |
[
"libjxl",
"libjxl"
] | Currently the meaning for cjxl:
```
--num_threads=N
Number of worker threads (-1 == use machine default, 0 == do not use multithreading).
```
and for djxl it is:
```
--num_threads=N
Sets the number of threads to use. The default 0 value means the machine default.
```
This should be changed so that... | harmonize --num_threads flag between cjxl and djxl | https://api.github.com/repos/libjxl/libjxl/issues/2073/comments | 0 | 2023-01-16T00:51:27Z | 2023-01-16T10:19:55Z | https://github.com/libjxl/libjxl/issues/2073 | 1,534,083,557 | 2,073 |
[
"libjxl",
"libjxl"
] | Re-enable the github ci tests for Windows MSYS2 clang32 and clang64.
Currently webp fails to build
| Windows MSYS2 clang32 and clang64 | https://api.github.com/repos/libjxl/libjxl/issues/2072/comments | 9 | 2023-01-15T23:01:08Z | 2024-03-04T10:24:19Z | https://github.com/libjxl/libjxl/issues/2072 | 1,534,041,148 | 2,072 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
When converting JPEG images to JXL with lossy compression, some pictures will convert too dark. I've included the files and examples. I've only experienced this with some older exports from Lightroom 6.14, although I haven't tested on that many images from different sources.
When converting ba... | Some images convert too dark when using lossy compression | https://api.github.com/repos/libjxl/libjxl/issues/2070/comments | 10 | 2023-01-15T15:24:59Z | 2023-08-28T13:33:55Z | https://github.com/libjxl/libjxl/issues/2070 | 1,533,867,183 | 2,070 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
When using as input a simple b/w checkerboard pattern the lossless compression is fine. But using VarDCT (default settings) the result shows a good visible 64 by 64 px pattern if viewing the resulting jxl (also when back converting to png using djxl).
**To Reproduce**
Using "JPEG XL encoder v0... | 64x64 Pattern artifact at checkerboard input | https://api.github.com/repos/libjxl/libjxl/issues/2067/comments | 4 | 2023-01-13T18:09:34Z | 2025-01-23T20:49:41Z | https://github.com/libjxl/libjxl/issues/2067 | 1,532,718,753 | 2,067 |
[
"libjxl",
"libjxl"
] | cjxl can read sBIT chunk in PNG and use the information to encode JXL using the appropriate sample bit depth. The bit depth is correctly reported by jxlinfo.
djxl does not recreate the sBIT chunk so the information about the original bit depth is not preserved. If bit depth used by the JXL file is other than 8 bits ... | djxl does not generate sBIT chunk in PNG | https://api.github.com/repos/libjxl/libjxl/issues/2066/comments | 0 | 2023-01-13T17:53:00Z | 2023-05-09T09:51:58Z | https://github.com/libjxl/libjxl/issues/2066 | 1,532,698,374 | 2,066 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
When encoding lossy 32 bit float image with extra channel (eg. RGB+Alpha / GRAY+Alpha), the filesize results are a lot bigger than without extra channel.
In my test results here: [32bit-float-images](https://github.com/kampidh/Colour-Gamut-Plotter/tree/jpegxl-test-images/jpegxl-reports/32bit-fl... | Encoding lossy 32-bit float with extra channel(s) yield poor compression results | https://api.github.com/repos/libjxl/libjxl/issues/2064/comments | 2 | 2023-01-13T14:25:32Z | 2025-01-18T00:59:53Z | https://github.com/libjxl/libjxl/issues/2064 | 1,532,382,267 | 2,064 |
[
"libjxl",
"libjxl"
] | Hello,
I have book scans stored in JXL format, and I use the "djxl" command to convert them to PNG format whenever I have to manipulate them. However, I'm noticing that "djxl" is awfully unreliable. It would produce all-black PNGs from select JXLs. I am simply running:
`djxl book001.jxl book001.png`
and expect... | djxl is producing all-black PNGs from select JXLs | https://api.github.com/repos/libjxl/libjxl/issues/2063/comments | 4 | 2023-01-13T14:25:25Z | 2023-01-25T09:51:14Z | https://github.com/libjxl/libjxl/issues/2063 | 1,532,382,116 | 2,063 |
[
"libjxl",
"libjxl"
] | Consider developing an image synthesizer language that allows a fuzzer to manipulate a somewhat dense bitstream related to creating images that are giving good coverage for the encode-decode to explore 1:1 correctness between the original and the decompressed image.
Then run this language with a fuzzer. | Run synthesize-encode-decode fuzzer to verify lossless | https://api.github.com/repos/libjxl/libjxl/issues/2050/comments | 0 | 2023-01-11T13:47:06Z | 2023-01-25T09:32:50Z | https://github.com/libjxl/libjxl/issues/2050 | 1,529,077,084 | 2,050 |
[
"libjxl",
"libjxl"
] | Hello,
It seems the number of bits per sample from `basic_info` is ignored in lossy mode.
For instance, when using 3 bits per samples, I expect strong banding. This is the case when using lossless compression, but does not happen with lossy mode. It seems the image does not go below 8 bits in lossy mode.
**To... | Bits per sample ignored in lossy mode | https://api.github.com/repos/libjxl/libjxl/issues/2049/comments | 1 | 2023-01-11T11:05:35Z | 2025-01-18T00:57:07Z | https://github.com/libjxl/libjxl/issues/2049 | 1,528,841,823 | 2,049 |
[
"libjxl",
"libjxl"
] | Hello,
I cannot use lossless compression with a specific image. Lossy compression works on the same image. The library returns an error when calling `JxlEncoderProcessOutput`.
To reproduce the issue, you can clone this repository: https://github.com/afichet/jxl_lossless_lossy
```
git clone https://github.com/... | Cannot compress a gray float image with lossless compression | https://api.github.com/repos/libjxl/libjxl/issues/2046/comments | 7 | 2023-01-10T14:27:40Z | 2025-01-18T00:54:06Z | https://github.com/libjxl/libjxl/issues/2046 | 1,527,482,598 | 2,046 |
[
"libjxl",
"libjxl"
] | Converting the attached PNG using cjxl with `-d 0 -e 1` produces a JXL that can't be decoded. No other distance/effort is affected.
The bug seems to have been introduced with a5417e0.
**To Reproduce**
```
$ cjxl hazardous_pixels.png hazardous_pixels.jxl -d 0 -e 1
JPEG XL encoder v0.8.0 25262231 [AVX2,SSE4,SSS... | Fast lossless can produce invalid JXLs | https://api.github.com/repos/libjxl/libjxl/issues/2039/comments | 0 | 2023-01-08T16:14:35Z | 2023-01-09T15:42:48Z | https://github.com/libjxl/libjxl/issues/2039 | 1,524,573,823 | 2,039 |
[
"libjxl",
"libjxl"
] | Hello,
I see JXL generates significant color distortion
Original:

Converted to JXL:

T... | Color Distortion | https://api.github.com/repos/libjxl/libjxl/issues/2035/comments | 2 | 2023-01-06T04:22:07Z | 2025-01-18T00:47:45Z | https://github.com/libjxl/libjxl/issues/2035 | 1,521,906,242 | 2,035 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
failed encoding from jpg with -e10
**To Reproduce**
```shell
cjxl flower.png.im_q85_rgb.jpg out.jxl --effort=10 --verbose
```
(found [flower.png.im_q85_rgb.jpg](https://github.com/libjxl/testdata/blob/81c7e5247c57051bf077b879ee38efd4c309c9e2/jxl/flower/flower.png.im_q85_rgb.jpg) in https://... | failed encoding from jpg with -e10 | https://api.github.com/repos/libjxl/libjxl/issues/2034/comments | 3 | 2023-01-06T02:30:45Z | 2023-01-24T21:01:26Z | https://github.com/libjxl/libjxl/issues/2034 | 1,521,778,962 | 2,034 |
[
"libjxl",
"libjxl"
] | It actually returns the entire raw box size as the name suggests, including the 4 bytes of the box length, and the 4 bytes of the box type (at least using libjxl 0.7.0), vs. just the box content length as claimed.
So either the API documentation needs to be updated, or the implementation needs to change to match (br... | JxlDecoderGetBoxSizeRaw documentation is incorrect | https://api.github.com/repos/libjxl/libjxl/issues/2022/comments | 0 | 2023-01-03T14:44:25Z | 2024-03-04T10:12:56Z | https://github.com/libjxl/libjxl/issues/2022 | 1,517,488,452 | 2,022 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Failed to build with vcpkg.
**To Reproduce**
Steps to reproduce the behavior:
Followed the vcpkg build instructions.
**Expected behavior**
libjxl successfully build.
**Screenshots**
If applicable, add screenshots or example input/output images to help explain your problem.
**Enviro... | Failed to build with vcpkg | https://api.github.com/repos/libjxl/libjxl/issues/2017/comments | 2 | 2023-01-03T05:12:47Z | 2023-03-27T14:07:27Z | https://github.com/libjxl/libjxl/issues/2017 | 1,516,938,845 | 2,017 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
In `djxl` v0.6.1 and earlier, decoding JXL animations would dump all image frames. Since v0.7.0, it only outputs 1 file and I cannot find a relevant option for it in the manpage.
**To Reproduce**
Steps to reproduce the behavior:
1. Unzip and use this as the input file -
[animation.zip](http... | djxl no longer outputs all frames of animations | https://api.github.com/repos/libjxl/libjxl/issues/2016/comments | 3 | 2023-01-02T18:07:06Z | 2023-11-26T14:52:35Z | https://github.com/libjxl/libjxl/issues/2016 | 1,516,616,922 | 2,016 |
[
"libjxl",
"libjxl"
] | Hi,
I use the lib not to convert pictures of any format, but to save pictures from an image processing software.
This way I have EXIF data or XMP data and want to save it inside the JPEG XL file.
There is a sample code, how to load the EXIF data, but I could find sample code how to write.
Can you help me? | Save EXIF box Sample Code | https://api.github.com/repos/libjxl/libjxl/issues/2001/comments | 3 | 2022-12-28T09:40:40Z | 2022-12-29T08:14:36Z | https://github.com/libjxl/libjxl/issues/2001 | 1,512,607,557 | 2,001 |
[
"libjxl",
"libjxl"
] | Thanks for making an excellent image codec!
I've just integrated it into my "Titan" game engine
https://esenthel.com/
https://github.com/Esenthel/EsenthelEngine/
Perhaps you want to include it on your list - https://github.com/libjxl/libjxl/blob/main/doc/software_support.md
Where can I show my support to con... | JPEG XL software support - Titan Engine | https://api.github.com/repos/libjxl/libjxl/issues/2000/comments | 2 | 2022-12-28T05:44:33Z | 2023-01-06T04:17:30Z | https://github.com/libjxl/libjxl/issues/2000 | 1,512,425,032 | 2,000 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
cjxl fails to create readable jxl file.
**To Reproduce**
Steps to reproduce the behavior:
```
$ cjxl -q 70 -j 0 IMG_20160422_102122.jpg i2.jxl
JPEG XL encoder v0.7.0 f95da131 [SSE4,SSSE3,Unknown]
Read 2560x1536 image, 1574521 bytes, 184.2 MP/s
Encoding [Container | VarDCT, d2.800, effor... | Cannot re-encode jpg | https://api.github.com/repos/libjxl/libjxl/issues/1989/comments | 4 | 2022-12-20T12:58:44Z | 2025-01-18T00:42:23Z | https://github.com/libjxl/libjxl/issues/1989 | 1,504,521,169 | 1,989 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
```cjxl ~/testdata/jxl/flower/flower_cropped.jpg flower.jxl -p``` fails with
```
JPEG XL encoder v0.8.0 b28a0114 [AVX3,AVX2,SSE4,SSSE3,Unknown]
Read JPEG image with 197465 bytes.
Encoding [Container | JPEG, lossless transcode, effort: 7 | JPEG reconstruction data],
Note: Implicit-default fo... | cjxl with -p for jpg | https://api.github.com/repos/libjxl/libjxl/issues/1988/comments | 1 | 2022-12-20T10:27:24Z | 2025-01-18T10:53:51Z | https://github.com/libjxl/libjxl/issues/1988 | 1,504,329,695 | 1,988 |
[
"libjxl",
"libjxl"
] | **To Reproduce**
1. Download [this PNG](https://github.com/libjxl/conformance/raw/master/testcases/bench_oriented_brg/ref.png) which is taken from the conformance repo
2. Create XYB JPEG from it: `benchmark_xl --input=ref.png --codec=jpeg:libjxl:d1.0 --save_compressed --output_dir=./out`
3. Encode it to JXL, using t... | cjxl can encode XYB JPEG, but djxl fails to decode it | https://api.github.com/repos/libjxl/libjxl/issues/1986/comments | 1 | 2022-12-19T11:17:54Z | 2024-03-04T10:12:56Z | https://github.com/libjxl/libjxl/issues/1986 | 1,502,763,420 | 1,986 |
[
"libjxl",
"libjxl"
] | see here https://github.com/golang/go/issues/57351#issuecomment-1354558729 and discussion | better support golang | https://api.github.com/repos/libjxl/libjxl/issues/1981/comments | 2 | 2022-12-16T11:08:14Z | 2023-10-08T18:01:16Z | https://github.com/libjxl/libjxl/issues/1981 | 1,500,019,648 | 1,981 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
I'm transcoding a large (~1.3M) image dataset of JPEGs to JXL using the lossless transcoding. For 864 images I get the following error:
```
JPEG XL encoder v0.8.0 091b60e5 [AVX3,AVX2,SSE4,SSSE3,Unknown] ... | JxlEncoderAddJPEGFrame() failed | https://api.github.com/repos/libjxl/libjxl/issues/1973/comments | 4 | 2022-12-14T17:13:45Z | 2024-01-31T13:35:03Z | https://github.com/libjxl/libjxl/issues/1973 | 1,497,064,383 | 1,973 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
A clear and concise description of what the bug is.
benchmark_xl --save_decompressed --write_html_report works in 0.6 but not in 0.7 or head
**To Reproduce**
Steps to reproduce the behavior:
cmake --build . -- -j$(nproc) && tools/benchmark_xl --input "$HOME/newcorpus/split/*.png" --codec... | benchmark_xl --save_decompressed --write_html_report works in 0.6 but not in 0.7 or head | https://api.github.com/repos/libjxl/libjxl/issues/1970/comments | 1 | 2022-12-14T11:10:27Z | 2022-12-20T15:01:44Z | https://github.com/libjxl/libjxl/issues/1970 | 1,496,373,343 | 1,970 |
[
"libjxl",
"libjxl"
] | Using `cjxl` trying to encode a JPEG file and using low quality values returns an error:
When using `-q 5` it works as expected:
```sh
$ cjxl input.jpeg output.jxl -q 5 --lossless_jpeg=1
JPEG XL encoder v0.7.0 0.7.0 [AVX2,SSE4,SSSE3]
Read JPEG image with 42537 bytes.
Encoding [Container | JPEG, lossless trans... | Using cjxl with a quality value lower than 5 returns an error | https://api.github.com/repos/libjxl/libjxl/issues/1968/comments | 1 | 2022-12-13T20:22:45Z | 2022-12-21T07:47:46Z | https://github.com/libjxl/libjxl/issues/1968 | 1,495,091,238 | 1,968 |
[
"libjxl",
"libjxl"
] | /libjxl-main/lib/extras/dec/pgx.cc line 154
Code:
Parser parser(bytes);
HeaderPGX header = {};
const uint8_t* pos; // <- maybe better init
if (!parser.ParseHeader(&header, &pos)) return false;
| init variable | https://api.github.com/repos/libjxl/libjxl/issues/1964/comments | 2 | 2022-12-13T10:42:49Z | 2022-12-20T08:46:59Z | https://github.com/libjxl/libjxl/issues/1964 | 1,493,952,067 | 1,964 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
When decoding a truncated progressive .jxl with `djxl --allow_partial_files`, the following warning is printed:
```
JPEG XL decoder v0.7.0 f95da131 [AVX3,AVX2,SSE4,SSSE3,Unknown]
Read 400000 compressed bytes.
Input file is truncated and allow_partial_input was disabled.Warning: could not d... | `allow_partial_input` disabled despite `--allow_partial_files` | https://api.github.com/repos/libjxl/libjxl/issues/1935/comments | 1 | 2022-11-30T13:49:52Z | 2022-12-21T07:44:17Z | https://github.com/libjxl/libjxl/issues/1935 | 1,469,668,314 | 1,935 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
When convert/exporting a grayscale image with custom white point (in my case D50) to lossy jxl, profile gets discarded and returned as D65_linear when converted back with `djxl`. Even though that `jxlinfo` returns a correct profile info:
```
jxlinfo CC-gray-D50-srg-cjxl.jxl
JPEG XL image, 748x1... | Converting lossy grayscale with custom white point resulting loss in profile | https://api.github.com/repos/libjxl/libjxl/issues/1933/comments | 5 | 2022-11-29T23:13:48Z | 2024-04-22T12:31:36Z | https://github.com/libjxl/libjxl/issues/1933 | 1,468,823,720 | 1,933 |
[
"libjxl",
"libjxl"
] | Here's a fun rabbit hole. I wanted to [request](https://gitlab.gnome.org/GNOME/gnome-backgrounds/-/issues/32) the GNOME Backgrounds (wallpapers) to switch to JPEG XL as their default universal format, to save a lot of space everywhere, because I wanted that to trickle down to Fedora and such, however... the ticket was ... | GDK-pixbuf loader plugin's hard dependency on SKIA / SCMS may hurt adoption in core components of Linux desktop environments and distros | https://api.github.com/repos/libjxl/libjxl/issues/1932/comments | 4 | 2022-11-29T20:35:09Z | 2023-06-13T12:31:11Z | https://github.com/libjxl/libjxl/issues/1932 | 1,468,664,890 | 1,932 |
[
"libjxl",
"libjxl"
] | Initially reported [in the GIMP bug tracker](https://gitlab.gnome.org/GNOME/gimp/-/issues/8905):
---
Open any image (ex: `~/foo.jpg`) and try to export it to "foo.jxl" while the "Lossless Mode" option is checked in the JXL export settings dialog.
It will start, get maybe 1/10th of the way through the progressb... | GIMP plugin cannot export to lossless, fails with "could not save image" error | https://api.github.com/repos/libjxl/libjxl/issues/1931/comments | 3 | 2022-11-29T16:35:33Z | 2023-02-16T10:52:26Z | https://github.com/libjxl/libjxl/issues/1931 | 1,468,360,778 | 1,931 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Consider the following GIF: [e4ec7c5d7af5342f57347c9ada429fba.gif](https://user-images.githubusercontent.com/1342577/204566989-edf60687-cce2-4f5b-a2d8-4d7e5d8579f1.gif)
.zip
file: C:\Users\...\Downloads\libjxl-main (1).zip->libjxl-main/tools/wasm_demo/index.html
webfile: C:\Users\...\Downloads\libjxl-main (1).zip|https://codeload.github.com/libjxl/libjxl/zip/refs/heads/main|pid:1920,ProcessStart:1331418... | Trojan:Script/Wacatac.B!ml | https://api.github.com/repos/libjxl/libjxl/issues/1926/comments | 3 | 2022-11-29T09:26:15Z | 2022-12-02T15:37:32Z | https://github.com/libjxl/libjxl/issues/1926 | 1,467,727,550 | 1,926 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Description and other details mostly copied from #1644.
Test suite fails to pass when compiling with `-Wp,-D_GLIBCXX_ASSERTIONS` on CXXFLAGS, showing the error `Assertion '__n < this->size()' failed.`
This flag is enabled by default on some Linux distributions build tools, [like on Arch Linux](h... | Test suite is failing again when compiling with `-Wp,-D_GLIBCXX_ASSERTIONS` | https://api.github.com/repos/libjxl/libjxl/issues/1921/comments | 3 | 2022-11-27T17:50:07Z | 2024-03-04T10:12:56Z | https://github.com/libjxl/libjxl/issues/1921 | 1,465,525,645 | 1,921 |
[
"libjxl",
"libjxl"
] | [Pale Moon](https://www.palemoon,org), as of 31.4.0, default-supports (and enables) JPEG-XL. It offers conneg headers to negotiate dynamic image serving by servers that have .jxl images available.
It should be added to the list of supporting software.
Google has also announced it intends to [drop support for it](ht... | Add Pale Moon to the list of jxl-supporting software (and maybe remove Chrome?) | https://api.github.com/repos/libjxl/libjxl/issues/1914/comments | 5 | 2022-11-23T11:37:02Z | 2022-11-28T10:56:59Z | https://github.com/libjxl/libjxl/issues/1914 | 1,461,594,404 | 1,914 |
[
"libjxl",
"libjxl"
] | When using cjxl and converting to jxl (from jpg and png in my test cases) the exif metadata of the pictures does't get passed through to the created jxl image by default.
**To Reproduce**
Convert an image using cjxl in the command line.
**Expected behavior**
Exif metadata gets passed through to the newly create... | No exif passthrough by default | https://api.github.com/repos/libjxl/libjxl/issues/1911/comments | 1 | 2022-11-22T12:37:28Z | 2022-11-22T13:34:13Z | https://github.com/libjxl/libjxl/issues/1911 | 1,459,792,437 | 1,911 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Running main() from ./googletest/src/gtest_main.cc
Note: Google Test filter = ColorManagementTestInstantiation/ColorManagementTest.VerifyAllProfiles/0
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ColorManagementTestInsta... | ColorManagementTestInstantiation/ColorManagementTest.VerifyAllProfiles/ColorEncoding/RGB_D65_SRG_Per_709 (Failed) | https://api.github.com/repos/libjxl/libjxl/issues/1910/comments | 4 | 2022-11-22T07:09:24Z | 2024-03-04T10:12:55Z | https://github.com/libjxl/libjxl/issues/1910 | 1,459,264,975 | 1,910 |
[
"libjxl",
"libjxl"
] | **Is your feature request related to a problem? Please describe.**
When decoding JPEG-XL files to jpeg inside script there is no option to know if image can be reconstructed to jpeg losslessly without saving the output, and then discarding if we want only decode losslessly.
**Describe the solution you'd like**
Add... | Option to not retry with `--pixels_to_jpeg` for `djxl` | https://api.github.com/repos/libjxl/libjxl/issues/1907/comments | 2 | 2022-11-19T13:45:07Z | 2023-01-16T16:53:00Z | https://github.com/libjxl/libjxl/issues/1907 | 1,456,483,252 | 1,907 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Using a 0.7 build of the wasm file, a number of images fail with `JxlDecoderSetPreferredColorProfile failed` when HDR is requested (SDR works).
**To Reproduce**
Compile wasm from version 0.7 and attempt to decode various images.
**Expected behavior**
The error message should not occur and ... | 0.7 wasm fails with in JxlDecoderSetPreferredColorProfile | https://api.github.com/repos/libjxl/libjxl/issues/1902/comments | 2 | 2022-11-17T02:46:37Z | 2022-11-17T07:59:46Z | https://github.com/libjxl/libjxl/issues/1902 | 1,452,604,692 | 1,902 |
[
"libjxl",
"libjxl"
] | As someone, who has scanned a lot of photos and would like to keep all metadata associated with them, I would like to directly convert my photos from the TIFF format to JXL. Trying to convert to an intermediate format, such as PNG, is possible with another utility, such as ImageMagick, but it adds significantly more ti... | Add Support For TIFF Image File Format | https://api.github.com/repos/libjxl/libjxl/issues/1901/comments | 4 | 2022-11-17T00:34:32Z | 2025-04-01T09:17:27Z | https://github.com/libjxl/libjxl/issues/1901 | 1,452,498,731 | 1,901 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
In [decode.cc, line 2695](https://github.com/libjxl/libjxl/blob/1d2225c252ce5fd906d3a12ee0dbed92e577076d/lib/jxl/decode.cc#L2695), the value returned from `ConvertExternalToInternalColorEncoding` is `true` (for success). However, the boolean is compared to `JXL_DEC_SUCCESS` which is a zero `0` (`J... | Throwing error when there is none, values seem flipped. | https://api.github.com/repos/libjxl/libjxl/issues/1896/comments | 1 | 2022-11-15T16:39:50Z | 2022-11-15T23:55:10Z | https://github.com/libjxl/libjxl/issues/1896 | 1,450,073,846 | 1,896 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
Build fails on openSUSE Tumbleweed armv7, with libhwy 1.0.2
```
[ 40s] cd /home/abuild/rpmbuild/BUILD/libjxl-0.7.0/build/lib && /usr/bin/c++ -DHWY_DISABLED_TARGETS="(HWY_SVE|HWY_SVE2|HWY_SVE_256|HWY_SVE2_128|HWY_RVV)" -DJPEGXL_MAJOR_VERSION=0 -DJPEGXL_MINOR_VERSION=7 -DJPEGXL_PATCH_VERSION=0 -... | Build failure on armv7 with libhwy 1.0.2 | https://api.github.com/repos/libjxl/libjxl/issues/1892/comments | 2 | 2022-11-14T07:37:33Z | 2022-11-17T07:08:54Z | https://github.com/libjxl/libjxl/issues/1892 | 1,447,544,442 | 1,892 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
change CMakefile.txt and add "set(CMAKE_OSX_DEPLOYMENT_TARGET "10.11" CACHE STRING "" FORCE)"
**Expected behavior**
A clear and concise description of what you expected to happen.
**... | Compile error in macOS Monterey with MacOSX13.0.sdk for osx target 10.11 | https://api.github.com/repos/libjxl/libjxl/issues/1891/comments | 1 | 2022-11-11T20:22:04Z | 2023-04-17T05:30:55Z | https://github.com/libjxl/libjxl/issues/1891 | 1,445,968,201 | 1,891 |
[
"libjxl",
"libjxl"
] | Take a JXL file tagged as 9-bit, for example this one: [wb-rainbow.jxl](https://user-images.githubusercontent.com/1342577/201196071-8b0d777c-cafe-4d46-890d-9d2dbbc61155.jpg)

`libjxl`-based decoder... | djxl cannot handle bit depths >8 and <16 correctly when decoding to PNG | https://api.github.com/repos/libjxl/libjxl/issues/1889/comments | 1 | 2022-11-10T20:18:43Z | 2022-11-13T20:17:00Z | https://github.com/libjxl/libjxl/issues/1889 | 1,444,506,866 | 1,889 |
[
"libjxl",
"libjxl"
] | **Describe the bug**
During noise synthesis, `libjxl` generates one batch of 16 floating point numbers for every partial 16-pixel wide row. After filling the row, it generates another batch of 16 floats for the stragglers, in case the the group width is not a multiple of 16 (which it isn't guaranteed to be, for exampl... | noise synthesis generates unused Xorshiro batch when noise group size is a multiple of 16 | https://api.github.com/repos/libjxl/libjxl/issues/1888/comments | 1 | 2022-11-10T17:02:56Z | 2022-12-02T12:31:54Z | https://github.com/libjxl/libjxl/issues/1888 | 1,444,257,921 | 1,888 |
[
"libjxl",
"libjxl"
] | Not related to this, but another coalescing mode that would be good to have for animation display, is one where the returned frames are blended but only the crop box containing modified pixels gets returned (so it only returns kReplace frames like the default coalescing, but not necessarily canvas-sized ones). This has... | intermediate coalescing modes / handling exotic blend sources/modes | https://api.github.com/repos/libjxl/libjxl/issues/1886/comments | 5 | 2022-11-10T10:39:41Z | 2022-11-29T10:58:45Z | https://github.com/libjxl/libjxl/issues/1886 | 1,443,655,484 | 1,886 |
[
"libjxl",
"libjxl"
] | I'd like to start implementing this new format on my android devices. Would it be possible to either have an .APK of the program that can then be run on a non-rooted device through a command line app? Or, more preferable, a GUI to accompany it so that we can start converting our raw files into a more bandwidth kind fil... | Android APK or APK/GUI if not already present | https://api.github.com/repos/libjxl/libjxl/issues/1885/comments | 3 | 2022-11-10T03:26:00Z | 2025-01-18T00:13:08Z | https://github.com/libjxl/libjxl/issues/1885 | 1,443,176,575 | 1,885 |
[
"libjxl",
"libjxl"
] |
**Describe the bug**
See, https://github.com/libjxl/libjxl/pull/1863#issuecomment-1305294301
In the Wikipedia.jxl when reading the image with coalescing turned off, we see images that appear are of duration 0 and appear to be empty.
**To Reproduce**
Compile gimp plugin at https://github.com/libjxl/libjxl/com... | investigate zero duration frames when coalescing is turned off | https://api.github.com/repos/libjxl/libjxl/issues/1882/comments | 0 | 2022-11-09T12:50:38Z | 2022-11-09T12:50:38Z | https://github.com/libjxl/libjxl/issues/1882 | 1,442,041,084 | 1,882 |
[
"libjxl",
"libjxl"
] | as outlined in #1366 | Implement `JxlDecoderSetOutputColorProfile` and `JxlDecoderSetCms` | https://api.github.com/repos/libjxl/libjxl/issues/1880/comments | 1 | 2022-11-09T12:10:17Z | 2024-03-04T10:12:55Z | https://github.com/libjxl/libjxl/issues/1880 | 1,441,983,661 | 1,880 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.