Page 1 of 1

Issue with conjure (6.9.0.3+) - does not create output file

Posted: 2015-02-11T07:18:29-07:00
by Rethar Krom
Hello,

(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 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

Re: Issue with conjure (6.9.0.3+) - does not create output file

Posted: 2015-02-11T17:19:56-07:00
by magick
We can reproduce the problem you posted and have a patch in ImageMagick 6.9.0-6 Beta, available by sometime tomorrow. Thanks.

Re: Issue with conjure (6.9.0.3+) - does not create output file

Posted: 2015-02-12T01:30:57-07:00
by Rethar Krom
Thank you very much.