English 中文(简体)
利用SDK改变CGImage
原标题:Changing hue of CGImage using iPhone SDK

Is there a way to change the hue of a CGImage using the iPhone SDK? I ve been trying to get this to work but haven t been able to figure it out. How do I go about accessing and modifying the hue associated with each pixel of a CGImage? Can anyone help me with this. Any help is appreciated. Thanks.

问题回答

暂无回答




相关问题
Calculate CMYK coverage on PDF

I don t suppose is there any free or open source libraries out there that able to calculate the CMYK coverage on a pdf file. I tried looking around I don t seem to able to find any. If there isn t any ...

iPhone screenshot different colour when displayed

I ve taken a screenshot of my iPhone app running and I d like to use that image as a png to be drawn by the app instead of generated graphics. When I take the screenshot, it looks fine. However, when ...

How can I further optimize this color difference function?

I have made this function to calculate color differences in the CIE Lab colorspace, but it lacks speed. Since I m not a Java expert, I wonder if any Java guru around has some tips that can improve the ...

How can I use the HSL colorspace in Java?

I ve had a look at the ColorSpace class, and found the constant TYPE_HLS (which presumably is just HSL in a different order). Can I use this constant to create a Color from hue, saturation, and ...

CIELab Colorspace conversion

Is there a canonical colorspace conversion library? I can t find any pre-existing solutions. Is CIELab conversion is too obscure?

Using CMYK colorspace in PCL XL, possible?

Is it possible to use PCL XL to print CMYK composite halftone (1-bit) data? Or do I have to somehow convert it to 8bit RGB data?

热门标签