Large Image Uploading is Black

I’m trying to upload a CzePeku map background but when I attempt to make a scene for it, the image is black. It works for other images as scenes but not these. How do I fix this?

Hi and welcome to the forums,

This sounds like the image resolution is larger than what your GPU can accept. You can see the “maximum texture size” from a site like WebGL Report and by definition, it can never be larger than 16384 pixels (in any direction). If your GPU is older, it could be limited to 8194 pixels or even 4096 pixels.

You can read more about it here: The Image Optimizer - Docs - The Forge