From: Uwe Stöhr Date: Thu, 21 Mar 2019 01:35:51 +0000 (+0100) Subject: convertDefault.py: remove ancient restriction X-Git-Tag: lyx-2.4.0dev-acb2ca7b~2423 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=01c5d528fe81ae7e4e3fd9e553238cb866c89da4;p=features.git 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) --- 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'