GUI ImageLabel Pixels Limit [ASK]

does roblox have a pixel limit for image labels, when i upload the full GUI which has a resolution of 4K (3840 x 2160) the result is blurry, but when i upload it separately, each part, the result is good, what is the limit of pixels in roblox?

The pixels should be based off your image that you made but if it doesn’t work like that for you can I please see some pictures?

Do you mean uploading images to be used in ImageLabels?

Uploading images larger than 1024 x 1024 gets downscaled and blurred to that size. It’s not the ImageLabel’s fault, it’s an upload limitation.

1 Like

Ah yes sorry for my question not being detailed, but this is the answer, when i upload a 4k picture with size 1,0,1,0 it becomes blurry but when i separate it into couple pictures, and the instances like pic 1, pic 2 below 1024x1024 and make it under frame with size 1,0,1,0 below 1024x1024 it’s not blurry.

1 Like

So i get that because 1024x1024 is the limit, even though you upload 4k pictures the pic’s pixels gonna be max 1024x1024 so even though maybe in photoshop my shape is like 700x700 under 4k picture, it will downsize because of 1024x1024 limit?

1 Like

Is like lets say i make 3072x3072 image, and inside that i make 600x600 shape but because i dont upload it separately, it will reduce to 1024x1024 and make the shape only 200x200?

1 Like

Yes, basically. If you need a 700x700 shape, you have to either upload the image as 700x700, or as a 1024x1024, while still having the shape size at 700x700.