I need to create a CGImageSource from a file. Seems simple, but is driving me nuts
// this works, I get a data object with the correct length
NSData data = NSDate.FromFile("image.jpg");
// this returns a null object
CGImageSource source = CGImageSource.FromData(data);
What am I doing wrong?
thanks - Jason1
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
