#include <MRCMisc/exports.h>
Go to the source code of this file.
Typedefs | |
typedef struct MR_Image | MR_Image |
Functions | |
MRC_API MR_Image * | MR_ImageTransform_rotateClockwise90 (const MR_Image *image) |
creates an image rotated 90 degrees clockwise Generated from function MR::ImageTransform::rotateClockwise90
. Parameter image
can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_Image_Destroy()
to free it when you're done using it.