Why PNG shrinks less than JPEG
PNG is a "lossless" format — no pixel is ever discarded, unlike JPEG which sacrifices some data by design. That means a pure PNG optimization pass usually only saves 10–40%. For a bigger drop, this tool uses a different lever: reducing how many colors the image uses.
How color reduction works
Most web images (product shots and icons especially) don't need millions of colors. This tool reduces the image down to however many colors you pick (say, 128 or 64) and uses dithering to hide most of the resulting quality loss — the same technique tools like TinyPNG use.
When it's not a great fit
For images with subtle gradients or a very wide color range (professional photography, for instance), color reduction can become visible. In those cases, pick a higher number (closer to 256) or check the result before downloading.
Frequently Asked Questions
Does compressing a PNG remove transparency?
No. This tool preserves the alpha (transparency) channel of your image
and only optimizes the number of colors used to reduce file size.
What's the difference between PNG and JPEG compression?
PNG is typically used for images with transparency or sharp edges (like
logos and icons), while JPEG suits photographs better. PNG compression
here works by reducing color count rather than discarding detail, unlike
JPEG.
Are my images uploaded to a server?
No. All processing happens directly in your browser, and no files are
ever sent to a server.
What is the maximum file size I can compress?
You can upload PNG images up to 125MB
Is this tool free to use?
Yes, this PNG compressor is completely free to use, with no sign-up required.