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

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
Rethar Krom
Posts: 4
Joined: 2015-02-10T06:36:43-07:00
Authentication code: 6789

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

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

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

Post 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.
Rethar Krom
Posts: 4
Joined: 2015-02-10T06:36:43-07:00
Authentication code: 6789

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

Post by Rethar Krom »

Thank you very much.
Post Reply