Is there any easier and shorter way to convert CGImage to gray scale than
- turning it to
CIImage - apply
CIFilter - turn to
NSBitmapImageRepand then back toCGImage?
Is there any easier and shorter way to convert CGImage to gray scale than
CIImageCIFilterNSBitmapImageRep and then back to CGImage?