cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Open RAW images in C++, Linux
Open RAW images in C++, Linux
Nov 6, 2011 at 8:06pm UTC
SallyEE
(1)
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.
Nov 6, 2011 at 8:12pm UTC
Duthomhas
(13282)
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.