No files found.
+2 −0
Brewfile
.ci/Brewfile
+4 −0
ci-script.sh
.ci/ci-script.sh
+1 −0
ci.yml
.github/workflows/ci.yml
+1 −0
nightly.yml
.github/workflows/nightly.yml
+1 −0
DefineOptions.cmake
DefineOptions.cmake
+6 −5
README.md
README.md
+38 −0
FindJXL.cmake
cmake/modules/FindJXL.cmake
+9 −0
windows-macros.cmake
cmake/windows-macros.cmake
+50 −0
darktableconfig.xml.in
data/darktableconfig.xml.in
+3 −1
1_install_hb_dependencies.sh
packaging/macosx/1_install_hb_dependencies.sh
+1 −1
BUILD-ARM64.txt
packaging/macosx/BUILD-ARM64.txt
+1 −1
BUILD.txt
packaging/macosx/BUILD.txt
+3 −3
README.md
packaging/windows/README.md
+9 −0
CMakeLists.txt
src/CMakeLists.txt
+10 −0
CMakeLists.txt
src/imageio/format/CMakeLists.txt
+644 −0
jxl.c
src/imageio/format/jxl.c
+4 −7
gallery.c
src/imageio/storage/gallery.c