NSImageView save into Bmp File?
NSImageView save into Bmp File?
- Subject: NSImageView save into Bmp File?
- From: "Emmanuel Verlynde" <email@hidden>
- Date: Tue, 3 Feb 2004 18:13:39 +0100
- Organization: Opendisc
How save NSImageView Content into a "Bmp" File ?
I have set image view with,
[img setImage:[[NSImage alloc]
initWithContentsOfFile:@"file1.bmp"]];
and try to save imageview to a file with,
NSBitmapImageRep * imgRep = (NSBitmapImageRep *)[[[img image]
representations] objectAtIndex: 0];
NSData * data = [imgRep bitmapData];
...
_______________________________________________
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.