ImageRotateCW method
Rotate image clockwise 90deg
Implementation
@override
void ImageRotateCW(
StructPointer<ImageD> image,
) => _ffi.ImageRotateCW(
image.asNativePointer(),
);
Rotate image clockwise 90deg
@override
void ImageRotateCW(
StructPointer<ImageD> image,
) => _ffi.ImageRotateCW(
image.asNativePointer(),
);