Reading an image file in C/C++ -
i need read image file in c/c++. great, if 1 can post code me.
i work on gray scale images , images jpeg. read images 2d array make work easy.
thanks in advance
you write own looking @ jpeg format.
that said, try pre-existing library cimg, or boost's gil. or strictly jpeg's, libjpeg. there cximage class on codeproject.
here's big list.
Comments
Post a Comment