can't display jpg-type image use OPENGL mode on Linux

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
keithwei
Posts: 10
Joined: Fri Sep 09, 2005 6:36 am

can't display jpg-type image use OPENGL mode on Linux

Post by keithwei »

I use irrlicht1.3 by OPENGL mode on Ubuntu.
When I load a bmp-type or png-type image,everything goes well.but when I change to use a jpg-type image,the program also run ,but no image display.
so I change to EDT_BURNINGSVIDEO mode,everything also go well.
What' wrong in display jpg image use OPENGL render?
Thanks
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Is there any output on the console? It works for me so I don't know what might cause this. But some header clash with the system's jpeglib is a good candidate.
keithwei
Posts: 10
Joined: Fri Sep 09, 2005 6:36 am

Post by keithwei »

Thanks for your reply!
I try the other jpg-type image . :lol: ,no problem.
Maybe my image has problem.
:o
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

But I think in that case the library should tell you on the console. So better read the output! Of course, if the image is corrupted it's likely that it won't load.
Alex Stan
Posts: 4
Joined: Sat Jun 09, 2007 5:00 pm

Post by Alex Stan »

You can always try a png image.
Post Reply