AlifianK
AlifianK
Grayscale pictures seem to have the same problem. Though when I tried opening it in ImageGlass it crashed as described in ImageGlass' issue 1381.
Can someone take a look at this?
We could take the artifacts from [this website](https://artifacts.lucaversari.it/libjxl/libjxl/latest/) instead. It's libjxl developer's website.
Related https://github.com/violentmonkey/violentmonkey/issues/1989, check again using the CI artifacts. Also, you should have reported this on violentmonkey repo since this is their bug.
I'm not suggesting we should include all of them but can't the correct auto captions be inferred from `slang` config? For example, `slang = 'eng,en,enUS'` will load the English auto...
I noticed this too. Binaries produced from MSVC are a lot slower than clang build. Also, clang 16 builds are faster than clang 15.
There are a little bit of differences in higher efforts, but lower efforts are more pronounced, but probably fast enough to not be noticed. [0x0.st/H7us.txt](https://0x0.st/H7us.txt)
v0.10.1 release and Github artifacts binaries comparison [bench_github.txt](https://0x0.st/H7eZ.txt) Clang-cl build is faster at e1, but then is slightly slower and sometimes slightly faster. Maybe there are some commits that slowed...
[Intel Core i5-7200U](https://www.intel.com/content/www/us/en/products/sku/95443/intel-core-i57200u-processor-3m-cache-up-to-3-10-ghz/specifications.html) Edit: cmake configurations ` cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTING=OFF -DJPEGXL_ENABLE_BENCHMARK=ON -DJPEGXL_ENABLE_OPENEXR=OFF -DJPEGXL_ENABLE_TCMALLOC=OFF -DJPEGXL_ENABLE_VIEWERS=OFF -DCMAKE_TOOLCHAIN_FILE=C:\\Users\\A\\scoop\\apps\\vcpkg\\current\\scripts\\buildsystems\\vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows-static --fresh .. `