Blob Blame History Raw
--- impressive.py.orig	2015-11-21 23:56:54.197386430 +0100
+++ impressive.py	2015-11-22 00:00:11.310669086 +0100
@@ -19,7 +19,7 @@
 
 __title__   = "Impressive"
 __version__ = "0.11.1"
-__rev__     = 186
+__rev__     = "v0.11.1-1-gdd43e7d"
 __author__  = "Martin J. Fiedler"
 __email__   = "martin.fiedler@gmx.net"
 __website__ = "http://impressive.sourceforge.net/"
@@ -2973,7 +2973,7 @@ class MuPDFRenderer(PDFRendererBase):
     name = "MuPDF"
     binaries = ["mudraw", "pdfdraw"]
     test_run_args = []
-    required_options = ["o", "r", "b"]
+    required_options = ["o", "r", "A"]
 
     # helper object for communication with the reader thread
     class ThreadComm(object):
@@ -3016,7 +3016,7 @@ class MuPDFRenderer(PDFRendererBase):
             except (OSError, IOError, AttributeError):
                 pass
         if not antialias:
-            aa_opts = ["-b", "0"]
+            aa_opts = ["-A", "0"]
         else:
             aa_opts = []
         try: