How PNG compression works here
PNG is lossless by nature, which is why a screenshot full of flat color is small and a photo saved as PNG is enormous. This tool compresses by quantizing: it reduces the image to an optimized palette of colors, which is the same approach TinyPNG made famous, and it happens locally in your browser.
On screenshots, UI mockups, and graphics the savings are typically 50 to 75 percent with no visible difference, because those images never used millions of colors in the first place. On photographs the palette step is visible sooner; for photos, JPEG or WebP is usually the better container.
- Upload the PNG
- The image is quantized to an optimized palette locally
- Compare and download the smaller file