ImageFormat method
Implementation
String ImageFormat(
ImageBase image,
PixelFormat newFormat,
) => 'ImageFormat($image, ${newFormat.name})';
String ImageFormat(
ImageBase image,
PixelFormat newFormat,
) => 'ImageFormat($image, ${newFormat.name})';