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#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -