Closed nebuIr closed 2 years ago
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.
Using the option --ng with oxipng skips the grayscale reduction.
--ng
oxipng
Reverted grayscale reduction for already optimized PNGs & added --ng option to GitHub workflow.
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.
Solution
Using the option
--ng
withoxipng
skips the grayscale reduction.