[Feature] Expose transpose/transverse in Magick++?

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
Koen
Posts: 4
Joined: 2014-01-28T06:29:36-07:00
Authentication code: 6789

[Feature] Expose transpose/transverse in Magick++?

Post by Koen »

The TransposeImage and TransverseImage transformation functions are not exposed in the Magick++ interface, while similar transformations like flip, flip and rotate are. Would you consider adding these to Magick::Image?
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: [Feature] Expose transpose/transverse in Magick++?

Post by dlemstra »

I will add Transpose and Transverse to the Image class in the next release of ImageMagick (6.8.8.4).
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply