hi guys, i’ve got a problem. when i try to draw a big image (about 3 MB in jpg format) it appears a big white rectangle instead of the photo. if i use resize() i can display it but with alterated colours. with smaller photos i’ve got no problems. does anybody know why it happens?
Hi Mirkuzzo
it might be that your exceeding the maximum texture size. its usually 4096x4096 or 8192x8192 depending on your graphics card.
that might be the reason.
i made some other tests and seems that the image to be displayed can’t be bigger than the screen resolution(1024x768). i’ll find a solution. thanks anyway