If a downloaded image is WebP, changing its filename to .png does not make it PNG. Use a converter or image editor that decodes the WebP and writes a real PNG file.

First check whether the website offers an original PNG download. That copy may preserve more useful source information than converting the delivered WebP.

Why Save As may still produce WebP

A browser saves the resource the server sends. A URL ending in .jpg or no extension can still return image/webp because a site, CDN or image service chooses the format based on browser support.

Changing the name in the download dialog changes only the label. Applications inspect file bytes and may still detect WebP or refuse the mismatched file.

Check for an original download first

Look for buttons such as Original, PNG, Download or Export. Open image links in a new tab and inspect the offered filename. Do not bypass access controls or reuse an image without permission.

If you own the site, check its media library or storage rather than converting a delivery derivative. The source PNG may already exist behind an optimization layer.

Convert one WebP with the active tool

Use the Universal Image Converter for a still WebP. It accepts one browser-decodable image up to 50 MB and 40 megapixels, then exports PNG through Canvas.

  1. Download the WebP normally.
  2. Select it in the converter.
  3. Confirm preview and dimensions.
  4. Choose PNG.
  5. Leave maximum width blank to retain dimensions.
  6. Convert and download.
  7. Open the PNG in another app.

PNG cannot restore the original

If the WebP used lossy compression, the PNG stores its decoded result. It cannot recover discarded detail, original metadata or a higher-resolution source. The PNG may be much larger without looking better.

Use conversion for compatibility or editing, not as a quality enhancement. Keep the downloaded WebP too.

Transparency can remain

Both WebP and PNG support alpha. A still conversion can preserve transparent pixels. Check soft shadows, pale edges and logos against different backgrounds.

If the website displayed the image on white, do not assume its background is actually white. Open the PNG over a checkerboard or dark layer to inspect alpha.

Animated WebP needs another workflow

The current converter has no frame picker and produces one still PNG. An animated WebP will not remain animated through this route.

Use animation-aware software when timing or multiple frames matter. Select the needed frame or export APNG only with a tool that explicitly supports it.

Use an installed editor as an alternative

Many current image editors can open WebP and export PNG. Open the image, choose Export or Save a Copy, then select PNG. Confirm that the application detects WebP before editing.

A screenshot should be the last option. It can alter dimensions, omit transparent pixels and capture browser scaling or interface elements.

Metadata, color and orientation

Canvas conversion normally omits ordinary metadata. Color profiles may be normalized. Compare orientation, skin tones and brand colors in the destination application.

When metadata must be preserved, use an editor with explicit metadata controls. Verify fields after export instead of relying on a generic promise.

Verify the real file type

Open the result in a second application and inspect its properties. A real PNG normally has the PNG signature in its bytes, not only a .png suffix.

Check width, height, byte size, transparency and crop. Upload one sample before processing a collection.

If you manage the website

Check the original media library, storage bucket and image optimization settings. A CDN may generate WebP automatically while retaining PNG at the origin. Downloading the source is better than converting an optimized derivative.

Review cache keys and content negotiation before disabling optimization. Serving PNG to every visitor can increase transfer size. A better setup may keep PNG as the master while serving WebP or AVIF to compatible browsers.

If the image belongs to someone else

Format conversion does not grant permission to reuse an image. Follow the site's licence and download rules. Keep creator and attribution information where required.

Do not use developer tools to bypass access controls. Ask the owner for a PNG source when quality, editing rights or transparency are important.

Process multiple files carefully

The Universal Converter handles one file at a time. For a large set, use trusted desktop batch software and test its transparency, metadata and naming settings first. Count inputs and outputs so failed files are not missed.

WebP saving questions

Why does renaming fail?

The encoded bytes remain WebP even when the suffix changes.

Can PNG improve the picture?

No. It cannot recover detail lost from the WebP.

Will transparency remain?

It can remain for a still image. Verify the output.

Will animation remain?

No. The current tool exports one still PNG.

Why did the website send WebP?

The server or CDN may select a modern format for your browser.