rotate180 method
Implementation
Image rotate180() {
final out = ImagingNewDirty(_mode, width, height);
ImagingRotate180(out, _inst);
return Image._(out);
}
Image rotate180() {
final out = ImagingNewDirty(_mode, width, height);
ImagingRotate180(out, _inst);
return Image._(out);
}