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.
基本上我想从图像中删除图像的背景颜色。这就是为什么我想用清晰的颜色掩盖我的图像,它可以使图像透明。
或者我们有没有其他方法可以清除图像的背景颜色并获得透明图像。
通过使用 CGImageCreateWithMaskingColors 屏蔽背景创建一个新图像。指定背景颜色范围 (RGB) 值。这足以创建背景透明图像。