Flip and Flop in Version 7
Posted: 2015-03-26T02:25:12-07:00
Apologies if you know about this but I was just playing with ImageMagick-7.0.0-0~beta20150320-windows. When trying the Magickcore functions FlopImage(), FlipImage(), TransverseImage() and TransposeImage() with some RGBA images only the FlipImage() function works as expected.
The other functions give odd results which seem to indicate that some channels are getting mixed up or missed so that uninitialized memory is used for them. I do not know if this affects other functions or not yet, I am writing some notes in the Help files of my program and am looking at the functions that affect the geometry of images first, DistortImage() and SheerImage() seem OK with the few tests I have done.
Alan Hadley
The other functions give odd results which seem to indicate that some channels are getting mixed up or missed so that uninitialized memory is used for them. I do not know if this affects other functions or not yet, I am writing some notes in the Help files of my program and am looking at the functions that affect the geometry of images first, DistortImage() and SheerImage() seem OK with the few tests I have done.
Alan Hadley