Hello, I have a mng file (which consists of one image):
http://www.geocities.com/wilbertdijkhof/collage-lc-d63.mng If I request the number of images of the file: images = PingImage(image_info, exception); GetImageListLength(images); it returns 40 images. Of course my program crashes when reading the second image from the list, because it contains only one. When I use ReadImage instead of PingImage, GetImageListLength is 1 as it should. This seems the only file i tested with this problem. Perhaps a bug in PingImage? Regards, Wilbert _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
