Re: CGImage
Re: CGImage
- Subject: Re: CGImage
- From: Scott Thompson <email@hidden>
- Date: Wed, 9 Apr 2008 15:53:43 -0500
On Apr 9, 2008, at 3:31 PM, Hugo Duncan wrote:
kCGImagePropertyMakerCanonFirmware
Looks like a bug in the frameworks to me. I would report it to Apple
at bugreport.apple.com.
If this constant follows the behavior of most constants of it's kind,
you could work around the problem by adding:
const CFStringRef kCGImagePropertyMakerCanonFirmware =
CFSTR("kCGImagePropertyMakerCanonFirmware");
as a global variable in your app.
Scott
_______________________________________________
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: | |
| >CGImage (From: Hugo Duncan <email@hidden>) |