Image to PNG
Convert any image into a lossless PNG, keeping transparency where the source had it.
A Lossless Container for Anything
PNG is the format to convert to when the image needs to survive further handling without degrading, or when it carries transparency that must not be flattened. It stores every pixel exactly, so nothing is lost between the version you convert and the version you hand on - useful before editing, before compositing, or when a tool on the other end specifically asks for PNG. The trade-off is size: photographs in particular grow considerably, because there is no lossy compression working in your favour. For photos destined for the web, JPG or WebP will serve you better.
How to Convert an Image
Upload your image
Load a JPG, PNG, WebP, or GIF file from your device.
Pick the target format
Choose JPG, PNG, or WebP. For JPG, set the quality and a background colour for any transparent areas.
Download the converted file
Compare the source and result sizes shown above the preview, then save the converted image.
When PNG Is the Right Destination
- Preserving transparency from a WebP or GIF source
- Preparing an image for repeated editing without loss
- Meeting a submission requirement that specifies PNG
- Feeding an application or API that only accepts PNG
- Keeping screenshots and text graphics perfectly sharp
- Producing a lossless master before further processing
Image to PNG Questions
Does converting to PNG improve quality?
No. Any loss already baked into the source stays. PNG simply prevents further loss from that point on.
Is transparency kept?
Yes, if the source had it. Converting from JPG produces an opaque PNG, because a JPG has no transparency to carry over.
Why did the file get bigger?
PNG is lossless and stores every pixel exactly. For photographs that is far more data than a JPG or WebP needs.
What about animated GIFs?
The first frame is converted. PNG in this tool is a still format, so animation is not carried over.