Page 1 of 1

Posted: 2006-11-20T09:27:14-07:00
by magick
You are trying to write 2 images to image.png. Since PNG only supports one image per file, ImageMagick automatically adds the frame number to the file name to produce image-0.png and image-1.png.

Posted: 2006-11-20T11:22:47-07:00
by magick
Notice your code has Read() and ReadImage() statements. That's the two images you are trying to write.