Page 1 of 1

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

Posted: Wed Jun 06, 2007 8:19 am
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

Posted: Wed Jun 06, 2007 8:39 am
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.

Posted: Wed Jun 06, 2007 9:20 am
by keithwei
Thanks for your reply!
I try the other jpg-type image . :lol: ,no problem.
Maybe my image has problem.
:o

Posted: Wed Jun 06, 2007 9:47 am
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.

Posted: Sat Jun 09, 2007 5:10 pm
by Alex Stan
You can always try a png image.