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.
我想做这样的事情:
拍摄白色背景的图像,并仅在图像的其余部分应用黑色。
我怎样才能用 iOS 做到这一点?
我做了类似的事情来创建条形按钮图像。Toy 创建一个上下文,将其涂成白色,使用 Quartz 函数将您的图像变成“蒙版”,然后将它们绘制到上下文中。如果这对您有用,请在下面发表评论,我会追踪我的链接。