#import #import #import @implementation CIImage(CIImageRepAdditions) -initWithBitmapImageRep:(NSBitmapImageRep *)bitmapImageRep { return [self initWithCGImage:[bitmapImageRep CGImage]]; } @end