How to Convert UIImage to CIImage and vise-verse?

Up vote 0 down vote favorite share g+ share fb share tw.

I'm trying to get CIImage from ImageView that display on the screen. UIImage *image = myImageView. Image; convert image UIImage to CIImage.

CIImage *cImage = ....; How to do this? Cocoa-touch ios5 uiimage core-graphics core-image link|improve this question edited Mar 8 at 5:52 asked Dec 8 '11 at 3:10HelmiB830311 83% accept rate.

CIImage *ciImage = UIImage imageNamed:@"test. Png". CIImage; UIImage *uiImage = UIImage alloc initWithCIImage:ciImage.

Thanks for quick answer. Is there any methods can do without alloc? – HelmiB Dec 8 '11 at 4:15 1 yes, here it is UIImage imageWithCIImage:ciImage – Changxing Wang Dec 8 '11 at 6:28 1 For what it's worth, there is always going be a call to alloc... UIImage imageWithCIImage:ciImage is equivalent to UIImage alloc initWithCIImage:ciImage autorelease – adam kaplan Jan 27 at 22:11.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions