PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Petr
Posts: 51 Joined: 2010-01-07T09:37:51-07:00
Authentication code: 8675309
Post
by Petr » 2015-10-05T06:26:24-07:00
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.
magick
Site Admin
Posts: 11064 Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2015-10-05T06:55:32-07:00
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
Post
by Petr » 2015-10-06T03:03:30-07:00
Thank you!