Image Quality Issues

I am using OnscreenImage and am noticing a significant loss in the quality of the displayed image.
It is a 75x75 image with my resolution at 800x600.

OnscreenImage( image=imgLoc, scale=(0.125,1,0.125) )

Here is an example of the quality loss:

I also tried using egg-texture-cards and reparenting directly to render2d. Same quality loss. Any suggestions?

Thank You!
-Brian

Try resizing your image to powers of two so instead of 75 X 75 try 64 X 64 or 128 X 128.

That might help with the quality loss.

Thank you! That did improve the quality.

I stuck my 75x75 in a 128x128 and surrounded it with transparency. Worked great…