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

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -