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.
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);