在 iPhone 中裁剪星形图像
我有一个矩形图像,但我想在我的 iPhone 应用程序中将此图像裁剪为星形。那么请问有人可以建议我如何做到这一点吗?请建议。谢谢
I have a image in rectangle shape but i want to crop this image in a star shape in my iphone application. so please can any one suggest how i do this? plz suggest. thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有关如何屏蔽图像的信息,请参阅对相关问题的评论。神奇的部分是CGContextClipToMask。
See the comment to a related question on how to mask an image. The magical part is
CGContextClipToMask
.