Page 1 of 1

PerlMagick/t/input.rle read failure

Posted: 2015-10-05T06:26:24-07:00
by Petr
With 6.9.2-3, I get following read error:

Code: Select all

$ convert input.rle input.rle.jpg
t: unable to read image data `input.rle' @ error/rle.c/ReadRLEImage/396.
t: no images defined `input.rle.jpg' @ error/convert.c/ConvertImageCommand/3230.
$ 
This is not the case with 6.9.1-10.

Re: PerlMagick/t/input.rle read failure

Posted: 2015-10-05T06:55:32-07:00
by magick
Fixed in ImageMagick 6.9.2-4 Beta. We'll release 6.9.2-4 likely within a week or so.

Re: PerlMagick/t/input.rle read failure

Posted: 2015-10-06T03:03:30-07:00
by Petr
Thank you!