Re: altering an NSImage by access to pixels

2011-08-18 Thread The Karl Adam
Hey David, Why not just use the CGDataProviderCopyData(CGImageGetDataProvider(imageRef)) to create a new NSBitmapImageRequest with the image's original data? Is drawing it more performant or gives you a better more compact data representation? _Karl On Thu, Aug 18, 2011 at 4:23 PM, David Duncan

Re: Core Data Predicate Question

2011-07-08 Thread The Karl Adam
would use that) but it works. However, I'm sure there's a better way to simplify this instead of using a giant compound AND predicate to match each one of the search terms. Is there any way to simplify this? Thanks On 2011-07-07, at 11:23 AM, The Karl Adam wrote: You want to be using