Can Vex Scale The Image, Does it have to be the exact 480 x 272 Pixels

So, I have a program that needs to display an image on the sd card, i have that part figured out.
my image is 372x272 pixels, since that is below the limit, will it still display, or does it have to be exactly the same?

It is perfectly fine to use images less than the maximum screen size. Assuming you display the image with an offset of (0,0), you will just have 108 pixels of blank space on the right. The brain will not scale your image.

2 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.