Skip to content

Commit

Permalink
fix: kimageformats version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Aug 19, 2023
1 parent 4895bc7 commit ffb040b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kimageformats
Submodule kimageformats updated 54 files
+6 −4 .gitlab-ci.yml
+10 −10 CMakeLists.txt
+1 −4 README.md
+10 −9 autotests/CMakeLists.txt
+ autotests/read/hdr/rgb-landscape.png
+ autotests/read/hdr/rgb-portrait.png
+ autotests/read/hdr/rgb.png
+ autotests/read/psd/laba_16bit.png
+ autotests/read/qoi/1px.png
+ autotests/read/qoi/1px.qoi
+ autotests/read/qoi/2px.png
+ autotests/read/qoi/2px.qoi
+ autotests/read/qoi/bnm_rgb.png
+ autotests/read/qoi/bnm_rgb.qoi
+ autotests/read/qoi/bnm_rgba.png
+ autotests/read/qoi/bnm_rgba.qoi
+ autotests/read/qoi/testcard.png
+ autotests/read/qoi/testcard.qoi
+ autotests/read/qoi/testcard_rgba.png
+ autotests/read/qoi/testcard_rgba.qoi
+3 −3 autotests/readtest.cpp
+2 −2 autotests/writetest.cpp
+0 −1 src/imageformats/AUTHORS
+82 −19 src/imageformats/CMakeLists.txt
+2 −2 src/imageformats/ani.cpp
+7 −0 src/imageformats/ani.desktop
+7 −0 src/imageformats/avif.desktop
+7 −0 src/imageformats/dds-qt.desktop
+7 −0 src/imageformats/eps.desktop
+7 −0 src/imageformats/exr.desktop
+14 −13 src/imageformats/hdr.cpp
+7 −0 src/imageformats/hdr.desktop
+7 −0 src/imageformats/heif.desktop
+7 −0 src/imageformats/jp2.desktop
+7 −0 src/imageformats/jxl.desktop
+7 −0 src/imageformats/kra.desktop
+7 −0 src/imageformats/ora.desktop
+7 −0 src/imageformats/pcx.desktop
+7 −0 src/imageformats/pic.desktop
+42 −64 src/imageformats/psd.cpp
+7 −0 src/imageformats/psd.desktop
+0 −335 src/imageformats/qoi.cpp
+0 −4 src/imageformats/qoi.json
+0 −37 src/imageformats/qoi_p.h
+7 −0 src/imageformats/ras.desktop
+42 −41 src/imageformats/raw.cpp
+7 −0 src/imageformats/raw.desktop
+21 −17 src/imageformats/raw_p.h
+7 −0 src/imageformats/rgb.desktop
+7 −0 src/imageformats/tga.desktop
+7 −0 src/imageformats/util_p.h
+6 −2 src/imageformats/xcf.cpp
+7 −0 src/imageformats/xcf.desktop
+1 −1 tests/CMakeLists.txt

0 comments on commit ffb040b

Please sign in to comment.