Andavin / Images

A custom image loading plugin for Spigot.
66 stars 30 forks source link

Colour palette is very limited #36

Closed seb303 closed 1 year ago

seb303 commented 2 years ago

I've tried both 24bit PNG and JPEG and always the image comes out in Minecraft (1.17.1 on PaperMC) looking like 8 bit colour.

An example:

The original: image

In Minecraft: image

Is this expected behaviour? I though Minecraft supported 24bit colour.

Andavin commented 1 year ago

This is expected behavior. Minecraft does support full color, but not on maps necessarily since they are only intending to show something like the tops of blocks (i.e. the different material colors). In a future release, there are a few things I can do that I think may improve it, but at the moment this is something that we just live with.