summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Novomeský <dnovomesky@gmail.com>2023-04-04 09:44:17 +0200
committerDaniel Novomeský <dnovomesky@gmail.com>2023-04-04 09:44:17 +0200
commitff51a0a9e36185288576ca32da9a8fa4bd2e6e90 (patch)
treec0157a60b1d65046d06658c8a6574a5b2b577f12 /tests
parentae371295f69a0f9f7040a98737dfd00b182b5b70 (diff)
downloadshared-mime-info-master.tar.gz
Add mimetype for Quite OK Image Format (QOI)HEADmaster
Diffstat (limited to 'tests')
-rw-r--r--tests/mime-detection/list5
-rw-r--r--tests/mime-detection/rgb.qoibin0 -> 1228 bytes
-rw-r--r--tests/mime-detection/rgba.qoibin0 -> 1240 bytes
3 files changed, 5 insertions, 0 deletions
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
--- /dev/null
+++ b/tests/mime-detection/rgb.qoi
Binary files differ
diff --git a/tests/mime-detection/rgba.qoi b/tests/mime-detection/rgba.qoi
new file mode 100644
index 00000000..7fda6a19
--- /dev/null
+++ b/tests/mime-detection/rgba.qoi
Binary files differ