rotate static method
Rotates and image.
Implementation
static Future<Uint8List> rotate(Uint8List bytes, int rotate,
{ImageFormat format = ImageFormat.jpeg}) async {
return ImageGeneral.rotate(bytes, rotate);
}
Rotates and image.
static Future<Uint8List> rotate(Uint8List bytes, int rotate,
{ImageFormat format = ImageFormat.jpeg}) async {
return ImageGeneral.rotate(bytes, rotate);
}