]> git.lyx.org Git - lyx.git/blobdiff - lib/scripts/convertDefault.py
Fixes for Japanese documents
[lyx.git] / lib / scripts / convertDefault.py
index 0c9b6a60db7af381a7a4a4449aa240dc0f3fa892..418b553758ed6d95bbdea33ede7549840c8305c2 100644 (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'