From e18428ec85b40a8e99fd15b087a4215cc3e33e25 Mon Sep 17 00:00:00 2001 From: malc Date: Sat, 23 Mar 2013 12:23:50 +0400 Subject: [PATCH] Add generic image conversion --- llppac | 1 + 1 file changed, 1 insertion(+) diff --git a/llppac b/llppac index 2bb6c05..8933084 100755 --- a/llppac +++ b/llppac @@ -68,6 +68,7 @@ case $mime in && conv='rsvg-convert -f pdf -o $casp' \ || conv='inkscape -z -A $casp -' };; + image/*) conv='convert - pdf:$casp';; application/x-dvi) { test -z $dc || die "can not handle compressed DVIs" unset filt -- 2.11.4.GIT