Smart ToolsUniversal Image Converter
smartJOANS · tools

Convert images without uploading them

JPG, PNG, WEBP, AVIF, GIF, SVG and BMP go in. JPG, PNG, WEBP, AVIF, BMP or ICO come out — resized, compressed and renamed. Everything runs on your device, so your photos never touch a server.

JPGPNGWEBP AVIFGIFSVG BMPICOHEIC

Drop images here

Add as many as you like — they convert one after another.

or paste from clipboard with Ctrl V

Why this one

Your images stay on your machine

Most online converters upload your file, convert it on a server, then hand back a download link. This one uses the canvas engine already built into your browser, so nothing is transmitted, queued or stored anywhere.

Private by design

No upload, no account, no server log. Turn off your Wi-Fi after the page loads and it still works.

Batch in one pass

Drop a folder of photos, pick one format, and take them all away in a single ZIP file.

Size you can see

Every file shows its before and after weight, so you know exactly what the quality slider bought you.

How to convert an image

Add your images

Drag them onto the drop area, browse for them, or paste a screenshot straight from the clipboard. JPG, PNG, WEBP, AVIF, GIF, SVG and BMP all work; HEIC works wherever your browser can already display it.

Pick the output format

Choose JPG, PNG, WEBP, AVIF, BMP or ICO. JPG, WEBP and AVIF also get a quality slider — drop it to about 75% when you need a much lighter file for the web.

Resize if you need to

Cap the longest edge at 2048, 1280, 800 or 400 pixels. A 4000px phone photo shrunk to 1280px usually loses more than 90% of its file size with no visible difference on screen.

Convert and download

One image downloads on its own. Several images give you a download button each, plus a single ZIP with the whole batch.

Which format should you pick?

FormatBest forTransparencyTypical size vs JPG
JPGPhotographs, email attachments, print uploadsNoBaseline
PNGLogos, screenshots, anything with sharp edgesYesMuch larger
WEBPWebsite images with wide browser supportYesAbout 30% smaller
AVIFModern websites where every kilobyte countsYesAbout 50% smaller
BMPLegacy software and embedded devicesNoFar larger
ICOWebsite favicons and Windows shortcut iconsYesTiny, capped at 256px

Questions people ask

Are my images uploaded anywhere?

No. The conversion happens inside your browser using the HTML canvas API. Your files are read from disk into memory, converted, and offered back as a download. Nothing is sent over the network.

Should I use AVIF or WEBP for my website?

AVIF files are usually about half the size of an equivalent JPG and noticeably smaller than WEBP, which makes them ideal for hero images and photo galleries. WEBP still has broader support in older browsers and encodes much faster. A common approach is to serve AVIF with a WEBP or JPG fallback inside a picture element.

Why is AVIF greyed out or slow?

AVIF encoding has to be supported by your browser. Recent Chrome, Edge and Opera builds can create AVIF files; if yours can't, the option is disabled automatically. Where it is supported, encoding is far heavier than JPG, so a large photo can take several seconds.

Is there a file size or count limit?

There's no imposed limit, but your device's memory is the real ceiling. Very large batches of 20MP+ photos are best done in groups of ten or so, especially on a phone.

Why did my animated GIF become a still image?

Canvas conversion captures a single frame, so an animated GIF becomes a static picture in the target format. Use a dedicated GIF tool if you need to keep the animation.

What size should a favicon be?

Set the maximum size to 400px or lower and pick ICO — the tool caps icons at 256px, which covers every browser tab, bookmark bar and Windows shortcut size in one file.

Done