]> git.lyx.org Git - lyx.git/commit
Let imagemagick detect file format (bug #2332)
authorGeorg Baum <baum@lyx.org>
Sun, 22 Mar 2015 09:22:31 +0000 (10:22 +0100)
committerGeorg Baum <baum@lyx.org>
Sun, 22 Mar 2015 09:22:31 +0000 (10:22 +0100)
commit88c274eee745433ba14c571f29834b68b8627a91
tree71a0968a777be64db7d9b1e07fb108fbb9034334
parent4a44dfc325856af606f0a556f02be79a1c15c4eb
Let imagemagick detect file format (bug #2332)

Imagemagick detects the inut file format based on contents. Therefore it does
not make sense that we prefix the to be converted file name with the extension
(assuming that the file extension matches the imagemagick format name). This
breaks formats where the extension used by LyX does not match the imagemagick
format name.
lib/scripts/convertDefault.py
src/Converter.cpp
src/graphics/GraphicsConverter.cpp