I'm using c++ for my development. I'm curently having problem. My program capture image from a camera and output it as a binary file which contains 0 and 1. I need to convert this bin file to jpg or bmp type.
How should I proceed to solve this problem ?
Hope u guys can help me on this.
