图像中的着色透明部分在imageview中

时间:2012-11-15 09:53:19

标签: iphone ios uiimageview uiimage

以下图片棕色部分是透明的,我尝试使用参考http://www.edumobile.org/iphone/iphone-beginner-tutorials/digital-signature-application-in-iphone/进行着色,enter image description here

是否可以仅在图像视图中的透明部分着色?

2 个答案:

答案 0 :(得分:1)

非常简单的解决方案是在UIView后面加UIImageView,确保UIImageView背景设置为Clear,然后您就可以看到在背景视图中通过图像的透明区域。

答案 1 :(得分:0)

查看Mike Ash的Implementing a Flood FillOptimizing Flood Fill。你必须换掉CGContext的NSGraphicsContext东西。