Questions, answered
Short answers specific to this page. The tool above settles most of them in a second.
- Which format should I convert my PNG to?
- Decide by content, not fashion. Photographs → AVIF or JPG (order-of-magnitude savings). Transparent logos and cutouts → AVIF or WebP, never JPG (alpha survives). Screenshots → WebP. Files for forms and old software → JPG. Our decision table has the measured numbers behind each answer.
- How do I convert an image TO PNG?
- Drop a JPG, WebP, AVIF or HEIC into the converter and pick PNG. At quality 100 you get bit-exact truecolour from the decoded source. At Auto you get a palette-optimised file. Transparency survives either way. PNG is the right destination for editing, and rarely the right one for delivery.
- Why is my PNG so huge, and will converting help?
- If it holds a photograph, converting helps dramatically. Our 1382.4 KB reference photo-PNG measured 69.8 KB as AVIF and 74.2 KB as JPG: twenty times smaller. PNG spends bytes guaranteeing pixel-exactness photographs don't need. Graphics and screenshots, by contrast, often belong in PNG.
- Does converting PNG lose the transparency?
- It depends on the exit. WebP and AVIF carry full alpha. Your transparency converts intact, and you can verify it against the checkerboard in the compare view. JPG has no alpha at all: transparent regions flatten onto white. The result preview shows it before you download rather than springing it on you.
- How many PNGs can I convert at once?
- 50 per batch, 30 MB each, one ZIP out with filenames preserved. We state that plainly because almost nobody in this business publishes their number. It is free, with no signup, no watermark, and a 300-image daily allowance. Each row shows its measured output size.
- Is PNG to JPG safe for upload forms?
- Yes, it is the classic move for portals that whitelist JPG under a KB cap. Set Max file size to the portal's number and convert. You satisfy the format rule and the size rule in one pass. The engine searches quality for the best fit under the cap and never goes over it.
- What is the difference between PNG-8 and PNG-24?
- Palette size. PNG-8 stores up to 256 chosen colours (small files), while PNG-24/32 store full truecolour (big files). Our PNG outputs are palette-optimised where content allows. If you are converting to shrink a PNG that stays a PNG, Compress PNG is the sharper tool.
- Can I convert PNG to AVIF and still support old browsers?
- Yes. Serve AVIF with a fallback in a picture element. The PNG to AVIF page includes a copy-pasteable snippet. AVIF support is ~95% in 2026, so the fallback is insurance for the last few percent, not the main path.
- Does converting change the image dimensions?
- Never silently. Conversion preserves pixel dimensions exactly. If you also need resizing (a 4000-pixel PNG going on the web rarely needs to stay 4000 pixels), the resize tool combines dimension changes with format conversion in one pass.
- Is this really free, without a watermark?
- Yes. Free, no watermark, no signup, with a 300-image daily allowance counted live beside the tool. That is 6 full batches, and more anonymous volume than the big server-side tools publish.
- What happens to my files?
- We keep nothing. We process your files and wipe them automatically, never archive them, never use them for anything else. We strip metadata from outputs by default, and no account is required.