Re: Core Image
Re: Core Image
- Subject: Re: Core Image
- From: Roland King <email@hidden>
- Date: Fri, 15 Jun 2012 20:41:30 +0800
It's in the documentation as iOS4.0 and later and it's in the header file too
grep kCGImagePropertyOrientation *
CGImageProperties.h:IMAGEIO_EXTERN const CFStringRef kCGImagePropertyOrientation IMAGEIO_AVAILABLE_STARTING(__MAC_10_4, __IPHONE_4_0);
Did you pick the right framework? It's normally, and indeed in this case is, listed at the top of the documentation for the symbol.
On Jun 15, 2012, at 8:24 PM, Luca Ciciriello wrote:
> Hi All.
> I'm porting some CoreImage code from MacOS X to iOS and I'm unable to find the key KCGImagePropertyOrientation.
>
> My doubt is: Is this key available in iOS?
>
> I'm using iOS 5.1 with Xcode 4.3.3
>
> Thanks in advance for any answer.
>
> Luca.
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Core Image (From: Luca Ciciriello <email@hidden>) |