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)
This commit is contained in:
Uwe Stöhr 2019-03-21 02:35:51 +01:00
parent e55244ccd8
commit 01c5d528fe

View 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'