From 01c5d528fe81ae7e4e3fd9e553238cb866c89da4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Thu, 21 Mar 2019 02:35:51 +0100 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/scripts/convertDefault.py b/lib/scripts/convertDefault.py index 0c9b6a60db..418b553758 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' -- 2.39.2