Skip to content

Instantly share code, notes, and snippets.

View LoganathanB's full-sized avatar

Loganathan B LoganathanB

View GitHub Profile
@import MobileCoreServices;
static CFStringRef UTTypeForImageData(NSData *data) {
const unsigned char * bytes = [data bytes];
if (data.length >= 8) {
if (bytes[0] == 0x89 && bytes[1] == 0x50 && bytes[2] == 0x4E && bytes[3] == 0x47 && bytes[4] == 0x0D && bytes[5] == 0x0A && bytes[6] == 0x1A && bytes[7] == 0x0A) {
return kUTTypePNG;
}
}

PyCHO PyCon Digest - Tue Apr 9 6pm at WillowTree Apps

It's a Python meetup. Please promote in your circles!

Join us for a lively discussion where Charlottesville's PyCon 2013 attendees will share their highlights of the world's biggest Python conference. You can watch PyCon videos online for free, so you should come and find out which ones to watch! You will walk away with a few new Python tools you can use every day, too.