summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-11-14 00:08:56 +0100
committerTor Andersson <tor.andersson@artifex.com>2018-11-14 00:08:56 +0100
commitadb68c17dcb8f92508eda3dde0077b0d87158075 (patch)
tree04ac2bdb0f46e3075c1de51947ee37b135aa78d9
parent955573c9792c6992398072f83a1ae0de1a29dcd9 (diff)
downloadmupdf-adb68c17dcb8f92508eda3dde0077b0d87158075.tar.xz
Allow opening pkm files.
-rw-r--r--source/cbz/mucbz.c1
-rw-r--r--source/cbz/muimg.c1
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",