10-24-2024, 06:08 PM
(10-24-2024, 05:56 PM)SMcNeill Wrote: Sorry... It's a SCREEN that has a max of 32,767 pixels.
Most image formats are unsigned integers in width and height:
...
So technically, I imagine you *could* make 65k x 65k images. I just don't think QB64 would make them, as I *think* our limits are based on signed longs instead (which is what a max program screen size can be in windows and such).
Good to know - thanks. Don't think I'll need bigger than 32767x32767 at this time (that res would probably be overkill for printing a big poster), but - MAYBE SOMEDAY! LoL