10-04-2022, 04:18 PM
This program has a major flaw. Because it's hardwired for "SCREEN 12", it also builds in the half-width and half-height.
Change "SCREEN 12" to "SCREEN _NEWIMAGE(...)" and the "320" and "240" near the bottom of the program to "_WIDTH \ 2" and "_HEIGHT \ 2" respectively. I didn't look at the whole source code: make other changes where needed. I say that because the program indicates converting to QB64 coordinates and therefore I felt there had to be an update to it.
Change "SCREEN 12" to "SCREEN _NEWIMAGE(...)" and the "320" and "240" near the bottom of the program to "_WIDTH \ 2" and "_HEIGHT \ 2" respectively. I didn't look at the whole source code: make other changes where needed. I say that because the program indicates converting to QB64 coordinates and therefore I felt there had to be an update to it.