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
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
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.