Re: Color matching multiple images in one bitmap

2012-05-21 Thread Clarence Locke
On May 21, 2012, at 9:36 AM, Kyle Sluder wrote: > A more fundamental question: is it actually necessary for you to use a bitmap > graphics context? I believe a PDF context will retain the color space > information of the images drawn into it, which means that only one color > space conversion w

Color matching multiple images in one bitmap

2012-05-20 Thread Clarence Locke
(This was originally posted to the Colorsync-dev list about three weeks ago without any activity on the list, so I'm hoping that someone here can help) I have an app that is essentially creating a single resultant image from an amalgamation of multiple source images. Each source image is an NSI

Getting sandbox(d into a corner?)

2011-09-06 Thread Clarence Locke
I have an app that is currently available on the Mac App Store that I am updating to support the new sandboxing requirements. In order to provide a more convenient and integrated user experience, my app coordinates the optional installation of export plug-ins for Aperture, iPhoto and Lightroom,

Help with canConcurrentlyReadDocumentsOfType:

2010-07-20 Thread Clarence Locke
I just can't seem to see what I am doing incorrectly. In my NSDocument-derived class I have implemented: + (BOOL) canConcurrentlyReadDocumentsOfType:(NSString*)typeName_i { NSLog(@"canConcurrentlyReadDocumentsOfType:"); return YES; } Whe

iPhoto plugin DiscRecording issue

2008-10-23 Thread Clarence Locke
I am having trouble with using the DiscRecording framework from within an iPhoto Export Plugin. My export plugin's performExport: method essentially does the following: [[DRNotificationCenter currentRunLoopCenter] addObserver: self