diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2018-11-14 00:08:56 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2018-11-14 00:08:56 +0100 |
commit | adb68c17dcb8f92508eda3dde0077b0d87158075 (patch) | |
tree | 04ac2bdb0f46e3075c1de51947ee37b135aa78d9 /source | |
parent | 955573c9792c6992398072f83a1ae0de1a29dcd9 (diff) | |
download | mupdf-adb68c17dcb8f92508eda3dde0077b0d87158075.tar.xz |
Allow opening pkm files.
Diffstat (limited to 'source')
-rw-r--r-- | source/cbz/mucbz.c | 1 | ||||
-rw-r--r-- | source/cbz/muimg.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source/cbz/mucbz.c b/source/cbz/mucbz.c index 3aef043e..f3df0f71 100644 --- a/source/cbz/mucbz.c +++ b/source/cbz/mucbz.c @@ -21,6 +21,7 @@ static const char *cbz_ext_list[] = { ".pam", ".pbm", ".pgm", + ".pkm", ".png", ".pnm", ".ppm", diff --git a/source/cbz/muimg.c b/source/cbz/muimg.c index c03c237d..73b9a20a 100644 --- a/source/cbz/muimg.c +++ b/source/cbz/muimg.c @@ -200,6 +200,7 @@ static const char *img_extensions[] = "pam", "pbm", "pgm", + "pkm", "png", "pnm", "ppm", |