Re: Avoiding color transformations in PNG/UIImage/CGImage ops?
Re: Avoiding color transformations in PNG/UIImage/CGImage ops?
- Subject: Re: Avoiding color transformations in PNG/UIImage/CGImage ops?
- From: Alex Zavatone <email@hidden>
- Date: Fri, 17 Nov 2017 15:56:45 -0600
> On Nov 16, 2017, at 9:27 PM, Alex Zavatone <email@hidden> wrote:
>
> Profile Name: sRGB IEC61966-2.1?
Are you using
CGColorSpaceRef colorSpace = CGColorSpaceCreateDeviceRGB();
Or as you said, not setting one at all?
You can check on a CGImageRef with
CGColorSpaceRef colorSpace = CGImageGetColorSpace(imgRef);
_______________________________________________
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