I have a graphics editing cocoa app on Mac OSX that produces 32 by 32 square bitmaps, I need to programatically (I cannot use the interface builder at all) output this image to either a .jpg or .png. Can anyone link me to some good resources on how I might accomplish this task?
Share
If you get an
NSBitmapImageRepfrom the image, that can produce PNG and JPEG. SeerepresentationUsingType:properties: