From d46eeeab1a9bfade1031ec2aa24ec632ebd4d842 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Tue, 27 Sep 2016 18:37:38 +0530 Subject: [PATCH] Change jpg to png --- camelot/lattice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camelot/lattice.py b/camelot/lattice.py index e372b9b..aeb4335 100644 --- a/camelot/lattice.py +++ b/camelot/lattice.py @@ -95,7 +95,7 @@ class Lattice: os.path.basename(bname))) return None - imagename = ''.join([bname, '.jpg']) + imagename = ''.join([bname, '.png']) gs_call = [ "-q", "-sDEVICE=png16m", "-o", imagename, "-r600", pdfname ]