How PNG quantization reduces size
PNG does not expose a JPEG-style quality slider in the browser. Toolmera instead uses palette quantization: the decoded RGBA pixels are re-encoded with a limited color palette.
You can choose 256, 128 or 64 colors. Fewer colors can reduce size more, but gradients and detailed artwork may show stronger color simplification.
PNG output stays PNG
Unlike Toolmera’s general Compress Image page, this dedicated tool does not convert PNG input to WebP. The output remains a PNG blob.
The encoder receives RGBA pixel data, so transparency is part of the source used during the PNG re-encode. Always inspect important assets before replacing originals.
When to use PNG compression instead of WebP
Use this tool when a destination specifically requires PNG or when you need to stay within a PNG-based workflow. If format flexibility is available, PNG to WebP may produce a smaller web-delivery file.