commit 01c5d528fe81ae7e4e3fd9e553238cb866c89da4
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Thu Mar 21 02:35:51 2019 +0100

    convertDefault.py: remove ancient restriction
    
    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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/scripts/convertDefault.py b/lib/scripts/convertDefault.py
index 0c9b6a6..418b553 100644
--- a/lib/scripts/convertDefault.py
+++ b/lib/scripts/convertDefault.py
@@ -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'

Reply via email to