NSimage NSImageInterpolationHigh-Low not working?

2008-02-23 Thread Jim McKinnon
I have read many of the posts on this, and I ended up using this code: NSSize theNewSize = {width*scaleFactor, height*scaleFactor}; NSImage *resizedImage = [[NSImage alloc] initWithSize: theNewSize]; [resizedImage lockFocus]; [NSGraphicsContext saveGraphicsState]; [[NSGraphics

Re: NSimage NSImageInterpolationHigh-Low not working?

2008-02-24 Thread Jim McKinnon
ork would help the most for me, if that is possible. On Feb 23, 2008, at 6:06 PM, Jim McKinnon wrote: I have read many of the posts on this, and I ended up using this code: NSSize theNewSize = {width*scaleFactor, height*scaleFactor}; NSImage *resizedImage = [[NSImage alloc]

Image Kit Programming Guide

2008-02-26 Thread Jim McKinnon
Has anyone created the application in the Image Kit Programming Guide? http://developer.apple.com/documentation/GraphicsImaging/Conceptual/ImageKitProgrammingGuide/Introduction/chapter_1_section_1.html#/ /apple_ref/doc/uid/TP40004907-CH1-DontLinkElementID_61 I tried twice, but the image in the