rotate270 method

Image rotate270()

Implementation

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