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

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -