[?] Display 'Pixel perfect' images

BlitzMax Forums/BlitzMax Programming/[?] Display 'Pixel perfect' images

EOF(Posted 2005) [#1]
Is there a way to display pixel-perfect images?
Here is what I should see and what actually appears in the Blitz screen:

NOTES:
* The loaded image is 256x192
* Tested on 800x600 and 1024x768 displays





MrCredo(Posted 2005) [#2]
please do not enable filtered images...


EOF(Posted 2005) [#3]
Doh.. missed the obvious one there. Using LoadImage("pic.bmp",0) cures it.

Too much playing around with OpenGL. I was thinking I needed an OpenGL call to change the display filtering.

Thankyou.


John Pickford(Posted 2005) [#4]
How many differences do we have to spot?


Perturbatio(Posted 2005) [#5]
482


Jeroen(Posted 2005) [#6]
[Gosh], I only see 481.


xlsior(Posted 2005) [#7]
I think the number of differences is closer to 49152.