views:

174

answers:

1

How can I make my CIImage finite after an CIAffineTransform, so i can pass it to NSBitmapImageRep:initWithCIImage?

Overall I want to overlay two images via CIAdditionCompositing. Because one image is smaller then the other, it want to position it first. I thought transforming the smaller image is the right way to do this.

+1  A: 

Use the crop filter.

Mike Abdullah