NSImage Questions
NSImage Questions
- Subject: NSImage Questions
- From: Stevos <email@hidden>
- Date: Wed, 20 Mar 2002 09:54:21 -0600
My program does some things (like scaling, rotation, etc) to images and then
exports them. Currently it only exports to TIFF Format, thusly:
[[change TIFFRepresentation] writeToFile:myString atomically:YES];
Change is an NSImage, and myString is the path. This works perfectly.
I find myself looking to export in other formats however. For example, JPEG.
Any clue how to export my finished image to JPEG format?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.