Back to FabImage Library website
You are here: Start » Function Reference » Image Spatial Transforms » TransposeImage

TransposeImage
Header: | FIL.h |
---|---|
Namespace: | fil |
Flips and rotates an image so that columns are exchanged with rows.
Syntax
C++
C#
void fil::TransposeImage ( const fil::Image& inImage, fil::Image& outImage )
Parameters
Examples
![]() |
![]() |
TransposeImage performed on the sample image.
See Also
- MirrorImage – Reverses the order of the input image columns or rows depending on inMirrorDirection value.