ART format

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
jpiquemal
Posts: 54
Joined: 2003-12-07T01:57:19-07:00

ART format

Post by jpiquemal »

Hello all
when reading the ART format, the second
image->columns=(unsigned long)RaedBlobLSBShort(image);
should be replaced by
image->rows=(unsigned long)RaedBlobLSBShort(image);
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: ART format

Post by magick »

Thanks for the patch. We added it to ImageMagick 6.3.8-0 Beta, available sometime tomorrow.
Post Reply