Skip to content

Instantly share code, notes, and snippets.

@dennda
Created October 6, 2011 18:40
Show Gist options
  • Save dennda/1268244 to your computer and use it in GitHub Desktop.
Save dennda/1268244 to your computer and use it in GitHub Desktop.
CFMutableDataRef pngdata = CreatePNGDataFromRGBA64Raster((void*) dest, width, height, width * 4);
NSData *data = (__bridge NSData*) pngdata;
NSURL *url = [NSURL URLWithString:@"/Users/dennda/Desktop/dicomraster.png"];
[data writeToURL:url atomically:YES];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment