Open RAW images in C++, Linux

Hi there,

I'm a C++ beginner and I need to write a program in C++ which opens and displays an image; for example RAW, BMP, JPG, and TIF images.

I use g++ in linux. Can anyone please help me?

I appreciate your help in advance.
There exist libraries to do these kinds of things. They are all C-linkable, but most also have C++ interfaces. Google around "c/c++ jpg" and "libjpg" the like.
Topic archived. No new replies allowed.