Ben
Ben

Reputation:

CIImage: How to use CIAffineTransform?

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.

Upvotes: 0

Views: 998

Answers (1)

Mike Abdullah
Mike Abdullah

Reputation: 15013

Use the crop filter.

Upvotes: 2

Related Questions