Tuesday, 13 August 2013

Auto Enhancing Images - iOS, Xcode

Auto Enhancing Images - iOS, Xcode

I need to use apple's auto enhance images in my code. I'v found example
that apple showed but I'm unable to make it work. I'm not actually sure
what am I doing wrong.
Here is what apple recommended: AutoEnhanceCode
Here is what I'm doing (imageFinal is UIImage that I want to enhance):
Error that I get is: Incompatible pointer types sending 'const
CFStringRef' (aka 'const struct __CFString *const') to parameter of type
'NSString *'
I really don't know how to use this kCGImagePropertyOrrientation. I just
want to apply that simple enhance.
Cheers.

No comments:

Post a Comment