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) --- tests/mime-detection/list | 5 +++++ tests/mime-detection/rgb.qoi | Bin 0 -> 1228 bytes tests/mime-detection/rgba.qoi | Bin 0 -> 1240 bytes 3 files changed, 5 insertions(+) create mode 100644 tests/mime-detection/rgb.qoi create mode 100644 tests/mime-detection/rgba.qoi (limited to 'tests') 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