X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=inline;f=lib%2Fconfigure.py;h=e5f71f7a2a5d3bb29eb95b0e8af94bd981a51cdc;hb=1a800bf3e502a3072bd41aafdb7a74726bdeb880;hp=7a5052f2948a9c11361b6aaaddc358029ae2cafa;hpb=e4c9a71088d3c921ab01f90dc1117d8db1cdb997;p=lyx.git diff --git a/lib/configure.py b/lib/configure.py index 7a5052f294..e5f71f7a2a 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -1206,8 +1206,10 @@ def checkConverterEntries(): except: removeFiles(['mock.eps']) #needs empty record otherwise default converter will be issued - rc_entry = r'\converter eps png "" ""' - addToRC(rc_entry) + addToRC(r'''\converter eps png "" "" +\converter png eps "" "" +\converter jpg tiff "convert $$i $$o" "" +\converter png tiff "convert $$i $$o" ""''') logger.info('ImageMagick seems to ban conversions from EPS. Disabling direct EPS->PNG.') # # no agr -> pdf6 converter, since the pdf library used by gracebat is not