Hi,
I have an NSImage
from NSImage *myImage = [[NSBitmapImageRep alloc] initWithFocusedViewRect:[outputView bounds]];
and I need to save it to a file. I havent been able to find anything about saving NSImage
in any format. Has anyone done this? Is it even possible?
Thanks