JarvyJ / rayimg

rayimg is a commandline Raspberry Pi image viewer
GNU Affero General Public License v3.0
1 stars 0 forks source link

On a Raspberry Pi images larger than 1920x1080 sometimes dont work #1

Closed JarvyJ closed 4 weeks ago

JarvyJ commented 1 month ago

I think it's video driver related. It seems to work on Raspbian Lite bookworm on a Pi 3, but I've had some issues on the Pi 0 and in buildroot

JarvyJ commented 4 weeks ago

I tried a couple different drivers on a Pi 3 (64bit and the old armv6 image), various raylib initializations, and gpu memory - but I could never get an image larger than 1920x1080 loaded as a texture. Since loading such large images feels slow on Pis, I've decided to just cache images at the screen resolution.