开发者

How would I alter the hue and sharpness of an image on the iPhone?

开发者 https://www.devze.com 2023-01-29 11:01 出处:网络
I would like to be able to adjust the 开发者_Go百科hue and sharpness of an image for display within a UIImageView in my iPhone application.

I would like to be able to adjust the 开发者_Go百科hue and sharpness of an image for display within a UIImageView in my iPhone application.

How would I process an image to alter these characteristics?


Apple's GLImageProcessing sample application has routines for adjusting the hue and sharpness of an image using OpenGL ES 1.1.


Have you tried ImageMajick - I believe there has been some success porting it to iOS:

http://www.imagemagick.org/discourse-server/viewtopic.php?f=4&t=14089

0

精彩评论

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