views:

182

answers:

2

I created an image in Matlab and changed it into binary image file. I want to read in the file using Core Graphics APIs.

Thanks

A: 

As you don't say what format your binary image file is in I will recommend ImageMagick. It is a powerful image processing library which has bindings for many languages.

You can use it to transform your binary image file into a format that Core Graphics can understand.

lothar
+1  A: 

Check out the ImageIO framework with raw data.

Alex Reynolds