Issue with conjure (6.9.0.3+) - does not create output file
Posted: 2015-02-11T07:18:29-07:00
Hello,
(probably) starting with ImageMagick v. 6.9.0.3 the following MSL code does not produce an output file anymore:
The actual image file does not matter - it does not work with any file I tried. The call of conjure.exe <msl-file> does not produce any output, no warnings or messages are shown (= I assume there had been no errors internally).
The same msl code works fine in v. 6.9.0.0 (I did not check 6.9.0.1 / 6.9.0.2 so maybe they handle it the same way). I tried this using either Windows 8.1x64 or Windows Server 2008x64.
If you have any questions or if there is any information missing - please ask.
Best regards
(probably) starting with ImageMagick v. 6.9.0.3 the following MSL code does not produce an output file anymore:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<msl>
<group>
<image id="main">
<read filename="C:/ImageMagick-6.9.0-5-Q16/1376619099531.jpg" />
</image>
<write filename="C:/ImageMagick-6.9.0-5-Q16/1376619099531new.jpg" />
</group>
</msl>
The same msl code works fine in v. 6.9.0.0 (I did not check 6.9.0.1 / 6.9.0.2 so maybe they handle it the same way). I tried this using either Windows 8.1x64 or Windows Server 2008x64.
If you have any questions or if there is any information missing - please ask.
Best regards