rotate180 method

Image rotate180()

Implementation

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