We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4eab404 + e3fee65 commit 760d2d4Copy full SHA for 760d2d4
Dockerfile
@@ -34,6 +34,7 @@ RUN \
34
qttools5-dev-tools && \
35
echo "**** install runtime dependencies ****" && \
36
apt-get install -y --no-install-recommends \
37
+ kimageformat-plugins \
38
libexiv2-27 \
39
libheif1 \
40
libopencv-core4.5d \
README.md
@@ -221,4 +221,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
221
222
## Versions
223
224
+* **10.12.22:** - Add support for AVIF and JPEG XL.
225
* **12.10.22:** - Initial Release.
0 commit comments