From ff51a0a9e36185288576ca32da9a8fa4bd2e6e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Novomesk=C3=BD?= Date: Tue, 4 Apr 2023 09:44:17 +0200 Subject: Add mimetype for Quite OK Image Format (QOI) --- data/freedesktop.org.xml.in | 8 ++++++++ tests/mime-detection/list | 5 +++++ tests/mime-detection/rgb.qoi | Bin 0 -> 1228 bytes tests/mime-detection/rgba.qoi | Bin 0 -> 1240 bytes 4 files changed, 13 insertions(+) create mode 100644 tests/mime-detection/rgb.qoi create mode 100644 tests/mime-detection/rgba.qoi diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in index d59cc11f..f8fb932f 100644 --- a/data/freedesktop.org.xml.in +++ b/data/freedesktop.org.xml.in @@ -7968,6 +7968,14 @@ command to generate the output files. + + Quite OK Image Format + + + + + + Bink Video diff --git a/tests/mime-detection/list b/tests/mime-detection/list index c27dbaa0..6a7caa44 100644 --- a/tests/mime-detection/list +++ b/tests/mime-detection/list @@ -919,6 +919,11 @@ devicetree.dtb text/x-devicetree-binary test.avif image/avif test.avifs image/avif +# QOI - The "Quite OK Image Format" +# https://github.com/phoboslab/qoi +rgb.qoi image/qoi +rgba.qoi image/qoi + # Org-mode file test.org text/org ox # OpenZIM file diff --git a/tests/mime-detection/rgb.qoi b/tests/mime-detection/rgb.qoi new file mode 100644 index 00000000..dceb0075 Binary files /dev/null and b/tests/mime-detection/rgb.qoi differ diff --git a/tests/mime-detection/rgba.qoi b/tests/mime-detection/rgba.qoi new file mode 100644 index 00000000..7fda6a19 Binary files /dev/null and b/tests/mime-detection/rgba.qoi differ -- cgit v1.2.1