Skip to content
Runs local · no upload

Image resizer — runs entirely in your browser

Pixel-precise resizing instead of awkward cropping — your originals never leave the device.

Resize by
Aspect ratio
Output format
Result
Empty — paste content above to see the formatted output.

How It Works

  1. 01

    Paste text or code

    Paste your content into the input field or type directly.

  2. 02

    Instant processing

    The tool processes your content immediately and shows the result.

  3. 03

    Copy result

    Copy the result to your clipboard with one click.

Privacy

All calculations run directly in your browser. No data is sent to any server.

A photo needs a specific pixel width, a product shot has to fit a square marketplace slot, a hero image should drop to 50 percent. Instead of uploading to someone else's server, this tool resizes your images directly in the browser — single files or batches, in JPG, PNG, WebP, or AVIF. Aspect-ratio presets cover the common social-media formats.

Input formats
JPG · PNG · WebP · AVIF
Output formats
JPG · PNG · WebP · AVIF
Processing
in browser
01 — How to Use

How do you use this tool?

  1. Drop images into the picker or click to choose — JPG, PNG, WebP, AVIF, any number at once
  2. Pick the mode: pixel input for exact dimensions, percent slider for relative scaling
  3. Optionally pick an aspect ratio (1:1, 4:5, 9:16, 16:9, 4:3, 3:2, or original)
  4. Choose the output format — JPG, PNG, WebP, or AVIF — and the quality slider for lossy formats
  5. Click <em>Resize images</em>; download files individually or as a single ZIP

What This Tool Does

This tool changes the pixel dimensions of an image — downscale or upscale, single file or batch. Input and output are JPG, PNG, WebP, and AVIF. Resizing runs through the Canvas API directly in your browser; nothing is uploaded, stored, or analysed.

Resizing is not the same thing as upscaling with detail reconstruction. If you stretch an 800-pixel photo to 3200 pixels, the canvas paints plausible transitions between the existing pixels — it does not invent sharpness that wasn’t there. For real detail reconstruction, see image upscaler with an AI super-resolution model.

Pixels or Percent — Which Mode Should I Use?

Pixel input is right when you know the target dimensions: 1920 × 1080 for a hero image, 1080 × 1350 for an Instagram feed post, 800 × 800 for a marketplace thumbnail. Type the width, the height follows from the source aspect ratio.

Percent slider is faster when you want to shrink a batch evenly without thinking about each file. 50 percent halves both dimensions — 4000 × 3000 becomes 2000 × 1500. For email attachments, forum uploads, and CMS prep, that’s often the more direct route.

What Image Sizes Do Social Platforms Want?

The aspect-ratio presets in this tool cover the most common platform specs:

PlatformUsePixel sizeRatio
Instagram feed (portrait)Recommended 20261080 × 13504:5
Instagram feed (square)Classic1080 × 10801:1
Instagram Stories / ReelsVertical full-screen1080 × 19209:16
TikTok / YouTube ShortsVertical full-screen1080 × 19209:16
YouTube thumbnailStandard1280 × 72016:9
Pinterest pinStandard1000 × 15002:3
Facebook / LinkedIn link previewStandard1200 × 6301.91:1
Twitter (X) cardStandard1200 × 67516:9

Pick the preset, type the desired width, and the height follows. Platform algorithms still re-crop sometimes, particularly Stories — export slightly larger than spec rather than letting the platform do the resizing for you.

Which Format Should I Pick — JPG, PNG, WebP, or AVIF?

JPG is the standard for photos without transparency. Maximum browser and CMS compatibility, lossy compression with a tunable quality slider. For print-ready files, classic web images, and anything where the recipient might not support newer formats, JPG remains the safe choice.

PNG is lossless and supports alpha transparency. Mandatory for screenshots with crisp text, logos, icons, illustrations, and anything you’ll edit again later — every re-encode cycle is lossless. Files are noticeably larger than JPG for photos.

WebP is a Google-introduced format from 2010 with both lossy and lossless modes, transparency, and very good compression. Typically 25 to 35 percent smaller than JPG at equivalent quality, with around 97 percent global browser reach. The best compromise for web images.

AVIF comes from the AV1 video codec, was introduced in 2019, and trims another 20 to 30 percent off WebP. Supports HDR and 12-bit color depth. Browser reach sits at roughly 95 percent, and encoding is computationally heavier. If your browser can decode but not encode AVIF, this tool falls back to WebP automatically and tells you so in the status line.

What Sets This Tool Apart

A. What every competitor offers:

  • Upload one image, type pixel dimensions, download
  • Aspect-ratio lock toggle
  • JPG and PNG output
  • Quality slider for lossy formats
  • Drag and drop

B. Where this tool stands out:

  • Pure-client by default — no server, no account, no daily cap. The competitor norm is server upload with a free-tier ceiling; only a handful of tools (Squoosh, BIRME, ResizePixel) actually run locally.
  • AVIF output with automatic fallback — browsers without an AVIF encoder receive WebP without the user having to check beforehand. Most competitors either don’t offer AVIF at all or surface a cryptic error.
  • Aspect-ratio presets for the eight relevant social formats — one click instead of pixel research. Adobe Express has this, most others don’t.
  • Bulk mode with ZIP download — multiple images in one run, identical settings, one click for the archive. BIRME can do this, the rest of the market hands you sequential single-file downloads.
  • Live target-size preview before resizing — you can see what comes out before clicking Resize.

C. What this tool deliberately does NOT do:

  • No cropping or composition editor — resizing and cropping are separate jobs
  • No watermark, no border, no filters — minimalist by design
  • No AI upscaling with detail reconstruction — see image upscaler
  • No HEIC input — see HEIC to JPG for the up-front conversion
  • No cloud-side persistence of your settings — privacy-first, every visit starts clean

What Are the Common Issues?

My AVIF download arrives as WebP. Your browser can display AVIF but not encode it. Safari before macOS 13.3 / iOS 16.4, some Android browsers, and certain Chromium forks fall into that bucket. The tool reports this in the status; the WebP result is still 25 to 35 percent smaller than a JPG.

Resizing takes a while. For very large images (kilo-pixel range above 8000) the Canvas API needs a few seconds. The tab stays responsive during the work; AVIF output adds extra time because the AV1 encoder is computationally heavy.

The resized image looks softer than the original. Some softening when downscaling is expected — the browser uses a high-quality bicubic resampler, but every resize loses some sharpness. If the result feels too soft: use the Image Format Converter to re-encode without resizing, or check whether your source has already been scaled twice.

My PNG suddenly lost its transparent background. You picked JPG or AVIF as the output — those formats cannot store transparency, and the tool flattens to white. For transparent backgrounds, choose PNG or WebP.

Is My Image Private — Where Does the Processing Run?

The whole resize pipeline runs in your browser tab via the Canvas API. No upload, no server processing, no tracking. After the first visit, the page works fully offline. For sensitive images (ID scans, medical scans, internal documents), this is the meaningful difference compared to web converters that have to upload your file.

  • Image upscaler — AI-based detail reconstruction up to 4×, also runs locally.
  • Image Format Converter — format change without resizing, with WebP and AVIF options plus per-format dedicated tools.
  • Background remover — subject extraction without server upload.
  • JPG to PDF — bundle multiple images into a single PDF.

Last updated:

You might also like