]> git.lyx.org Git - features.git/commitdiff
convertDefault.py: remove ancient restriction
authorUwe Stöhr <uwestoehr@lyx.org>
Thu, 21 Mar 2019 01:35:51 +0000 (02:35 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Thu, 21 Mar 2019 01:35:51 +0000 (02:35 +0100)
there is no longer the need to restrict the image depth (on Windows since years the 16 bit depth version of ImageMagick is bundled)

lib/scripts/convertDefault.py

index 0c9b6a60db7af381a7a4a4449aa240dc0f3fa892..418b553758ed6d95bbdea33ede7549840c8305c2 100644 (file)
@@ -62,7 +62,7 @@ else:
 # IM >= 5.5.8 separates options for source and target files
 # See http://www.imagemagick.org/Usage/basics/#why
 if im or gm:
-    sopts = "-depth 8"
+    sopts = ""
     topts = ""
 elif sys.platform == 'darwin':
     command = 'lyxconvert'