mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-23 08:44:01 +00:00
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:
parent
e55244ccd8
commit
01c5d528fe
@ -62,7 +62,7 @@ else:
|
|||||||
# IM >= 5.5.8 separates options for source and target files
|
# IM >= 5.5.8 separates options for source and target files
|
||||||
# See http://www.imagemagick.org/Usage/basics/#why
|
# See http://www.imagemagick.org/Usage/basics/#why
|
||||||
if im or gm:
|
if im or gm:
|
||||||
sopts = "-depth 8"
|
sopts = ""
|
||||||
topts = ""
|
topts = ""
|
||||||
elif sys.platform == 'darwin':
|
elif sys.platform == 'darwin':
|
||||||
command = 'lyxconvert'
|
command = 'lyxconvert'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user