LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   displaying jpeg images (https://www.linuxquestions.org/questions/programming-9/displaying-jpeg-images-281634/)

Dave31836 01-24-2005 10:35 AM

displaying jpeg images
 
am developing in C++ under Redhat/Gnome desktop and looking for an API to decompress and display JPEG images in a window. Any suggestions would be appreciated.

keefaz 01-24-2005 11:04 AM

Gtk could not do this ?

mmmh, I found this link after one googlin' :
http://www.linuxforums.org/forum/post-139390.html

Dave31836 01-25-2005 10:28 AM

thanks -- gdk looks good...

I'm a newbie to Linux so this may be a stupid question --

I added: #include <gdk.h> and now I'm having to include a ton of headers in my search rules. I think I need to do a make/config, but don't know from where to do what.

make sense?


All times are GMT -5. The time now is 05:24 AM.