Default Dark Mode

Default Dark Mode

4M Downloads

[BUG] PNG optimization results in "washed-out" colors for Minecraft 1.6 - 1.12

nebuIr opened this issue ยท 1 comments

commented

Description

Grayscale reduction is applied for textures with no colors which results in "washed-out" colors.
Minecraft 1.6 to 1.12 seem to be affected.

washed-out colors example

Solution

Using the option --ng with oxipng skips the grayscale reduction.

commented

Reverted grayscale reduction for already optimized PNGs & added --ng option to GitHub workflow.