Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CALayer是否可以在、CGImage或上创建径向 alpha 渐变CIImage?如何以最简单、最快捷的方式实现这一点?
CALayer
CGImage
CIImage
为了让您了解我正在尝试做什么,我想淡化使用CIImage裁剪过滤器裁剪的裁剪椭圆形图像的边缘。
我将通过以下方式生成适当的 alpha 通道:
1) 使用与您在图片上使用的相同的椭圆形。2)在您的 Alpha 通道上应用非常强(=大半径)的 CIGaussianBlur 过滤器,以使边缘平滑。