How to prevent compression in image?

Hi, I’m trying to achieve higher quality for the images in my game. I have set the badge image to 1024x1024 and am trying to get the image quality to the same as the original image, however it seems to compress the image. Is there any settings to prevent this?

The image in the photo editing software

The image ingame

is it a decal/texture? if so then you can’t avoid it
if it’s an imagelabel/button then set resamplemode to pixelated

the image already looks pretty low quality in the editing software to be honest.

revise the original (if you can) and it should be better.

On the ImageLabel you can set “ResampleMode” to pixelated, and it should render exactly how it appears in your image editing software.