< The first display() displays a red image.

The original image is colormapped and you did not update the colormap indexes.
A fix would be to add

  image.type(TrueColorType);

to promote the colormapped image to true-color.
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to