PerlMagick/t/input.rle read failure

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
Petr
Posts: 51
Joined: 2010-01-07T09:37:51-07:00
Authentication code: 8675309

PerlMagick/t/input.rle read failure

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

Re: PerlMagick/t/input.rle read failure

Post by magick »

Fixed in ImageMagick 6.9.2-4 Beta. We'll release 6.9.2-4 likely within a week or so.
Petr
Posts: 51
Joined: 2010-01-07T09:37:51-07:00
Authentication code: 8675309

Re: PerlMagick/t/input.rle read failure

Post by Petr »

Thank you!
Post Reply