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
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.
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.