summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJules Maselbas <jmaselbas@kalray.eu>2022-01-18 00:02:31 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2022-01-20 09:14:01 +0100
commiteacac60aeb46a0d35c92c673fcaa118befd54bfe (patch)
tree26cd14528a6ef79e7b06c22b5f2dd3bffe86db4c /include
parent38dd0a5579e15bee6d890d3a232da29574a49083 (diff)
downloadbarebox-eacac60aeb46a0d35c92c673fcaa118befd54bfe.tar.gz
barebox-eacac60aeb46a0d35c92c673fcaa118befd54bfe.tar.xz
filetype: Add QOI format image type
QOI image format is a "Quite OK" image format, it's simplicity is it's strengh and could be a good replacement of bmp, maybe even for png. Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu> Link: https://lore.barebox.org/20220117230235.13549-2-jmaselbas@kalray.eu Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/filetype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/filetype.h b/include/filetype.h
index 2640847e1f..8bc179ac08 100644
--- a/include/filetype.h
+++ b/include/filetype.h
@@ -28,6 +28,7 @@ enum filetype {
filetype_mbr,
filetype_bmp,
filetype_png,
+ filetype_qoi,
filetype_ext,
filetype_gpt,
filetype_ubifs,