开发者

Is there a way to manipulate UIImage in iPhone SDK

开发者 https://www.devze.com 2023-03-07 09:51 出处:网络
Is there a way to apply some functions like:brightness,contrast,sharpness,hue,saturation,exposure to uiimages. For example I have a UIImageview and inside that i have a uiimage. I want t开发者_如何学J

Is there a way to apply some functions like:brightness,contrast,sharpness,hue,saturation,exposure to uiimages. For example I have a UIImageview and inside that i have a uiimage. I want t开发者_如何学JAVAo manipulate its brightness or contrast or sharpness with a help of UISlider


Have a look at the sample app GLImageProcessing, however it uses openGL to do the image processing, but it is really fast.

0

精彩评论

暂无评论...
验证码 换一张
取 消