I have an Image in the background of my gui (jpg 210x220px).
This is my Code:
IGUIImage* img = env->addImage(rect<int>(10,10,220,230));
img->setImage(driver->getTexture("media/texturen/logobig.jpg"));
Why have this image so bad Quality ? It looks like an scaled small picture, totally not sharp?
Sorry for my English.
Image Quality
Since you didn't post a screenshot...
I'm guessing it has to do with the problem loading 32bit textures.
http://irrlicht.sourceforge.net/phpBB2/ ... .php?t=932
I'm guessing it has to do with the problem loading 32bit textures.
http://irrlicht.sourceforge.net/phpBB2/ ... .php?t=932
Crud, how do I do this again?
[/img]