From 7b3b25634e0fee3a55515ddb92e05ad3b89ad3dc Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Thu, 31 Oct 2013 18:11:35 +0900 Subject: [PATCH] terminology: add support for some more file extension. The way to detect image is not that great in fact. Wondering if we could improve it. Those new type are quite slow btw. --- src/bin/extns.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/extns.h b/src/bin/extns.h index cd9e780f..04f62bb6 100644 --- a/src/bin/extns.h +++ b/src/bin/extns.h @@ -4,7 +4,7 @@ static const char *extn_img[] = ".bmp", ".ico", ".ppm", ".pgm", ".pbm", ".pnm", ".xpm", ".psd", ".wbmp", ".cur", ".xcf", ".xcf.gz", ".arw", ".cr2", ".crw", ".dcr", ".dng", ".k25", ".kdc", ".erf", ".mrw", ".nef", ".nrf", ".nrw", ".orf", ".raw", ".rw2", - ".pef", ".raf", ".sr2", ".srf", ".x3f", ".webp", + ".pef", ".raf", ".sr2", ".srf", ".x3f", ".webp", ".ppt", ".pptx", ".odp", NULL };