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
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]
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