Skip to content

Commit

Permalink
deps: update kimageformats
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Sep 7, 2023
1 parent 55b9006 commit 65b6995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kimageformats
Submodule kimageformats updated 72 files
+5 −2 CMakeLists.txt
+3 −1 README.md
+2 −1 autotests/CMakeLists.txt
+ autotests/read/exr/rgb-gimp.png
+ autotests/read/hdr/rgb-landscape.png
+ autotests/read/hdr/rgb-portrait.png
+ autotests/read/hdr/rgb.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
+ autotests/read/xcf/birthday.png
+ autotests/read/xcf/birthday.xcf
+ autotests/read/xcf/birthday16.png
+ autotests/read/xcf/birthday16.xcf
+ autotests/read/xcf/birthday16_gray.png
+ autotests/read/xcf/birthday16_gray.xcf
+ autotests/read/xcf/birthday16_grayA.png
+ autotests/read/xcf/birthday16_grayA.xcf
+ autotests/read/xcf/birthday16fp.png
+ autotests/read/xcf/birthday16fp.xcf
+ autotests/read/xcf/birthday16fp_gray.png
+ autotests/read/xcf/birthday16fp_gray.xcf
+ autotests/read/xcf/birthday16fp_grayA.png
+ autotests/read/xcf/birthday16fp_grayA.xcf
+ autotests/read/xcf/birthday32.png
+ autotests/read/xcf/birthday32.xcf
+ autotests/read/xcf/birthday32_gray.png
+ autotests/read/xcf/birthday32_gray.xcf
+ autotests/read/xcf/birthday32_grayA.png
+ autotests/read/xcf/birthday32_grayA.xcf
+ autotests/read/xcf/birthday32fp.png
+ autotests/read/xcf/birthday32fp.xcf
+ autotests/read/xcf/birthday32fp_gray.png
+ autotests/read/xcf/birthday32fp_gray.xcf
+ autotests/read/xcf/birthday32fp_grayA.png
+ autotests/read/xcf/birthday32fp_grayA.xcf
+ autotests/read/xcf/birthday_grayA.png
+ autotests/read/xcf/birthday_grayA.xcf
+ autotests/read/xcf/fruktpilot.png
+ autotests/read/xcf/fruktpilot16_icc.png
+ autotests/read/xcf/fruktpilot16_icc.xcf
+ autotests/read/xcf/fruktpilot16fplin_icc.png
+ autotests/read/xcf/fruktpilot16fplin_icc.xcf
+ autotests/read/xcf/fruktpilot32_icc.png
+ autotests/read/xcf/fruktpilot32_icc.xcf
+ autotests/read/xcf/fruktpilot32fplin_icc.png
+ autotests/read/xcf/fruktpilot32fplin_icc.xcf
+ autotests/read/xcf/fruktpilot_icc.png
+ autotests/write/rgb.qoi
+ autotests/write/rgba.qoi
+1 −0 src/imageformats/AUTHORS
+7 −0 src/imageformats/CMakeLists.txt
+1 −1 src/imageformats/avif.cpp
+121 −78 src/imageformats/exr.cpp
+0 −27 src/imageformats/gimp_p.h
+6 −5 src/imageformats/hdr.cpp
+475 −0 src/imageformats/qoi.cpp
+7 −0 src/imageformats/qoi.desktop
+4 −0 src/imageformats/qoi.json
+38 −0 src/imageformats/qoi_p.h
+101 −0 src/imageformats/scanlineconverter.cpp
+79 −0 src/imageformats/scanlineconverter_p.h
+1,191 −289 src/imageformats/xcf.cpp

0 comments on commit 65b6995

Please sign in to comment.