CIImage:如何使用CIAffineTransform?
如何在 CIAffineTransform
之后使我的 CIImage
有限,以便我可以将其传递给 NSBitmapImageRep:initWithCIImage
?
总的来说,我想通过 CIAdditionCompositing 叠加两个图像。 由于一个图像比另一个图像小,因此它希望首先定位它。 我认为转换较小的图像是执行此操作的正确方法。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用作物过滤器。
Use the crop filter.