Images files

Hi @admin531,
The screen capture functions like “display.save()” take into account the bounds of the screen. So, if your image (sections of it) are off screen after the “.width / 2” and “.height / 2” operation, you’ll still get the outlying parts chopped off, as you’ve seen. You might try doing some quick math to calculate the longest side of the image, reduce that dimension to the size of the screen, and then use the same ratio to scale the other dimension (so it doesn’t become disproportional). Then save and upload that file.

Brent [import]uid: 200026 topic_id: 35726 reply_id: 143025[/import]