{ Image Resizer }

// resize images by pixels or percentage โ€” nothing uploaded

Free browser-based image resizer. Resize images by pixels, percentage, or aspect ratio. Batch resize up to 20 images with JPEG, PNG, and WebP output. No upload to server, no sign-up required.

Click or drag & drop images

JPEG ยท PNG ยท WebP ยท GIF โ€” max 20 files
px
px
Leave one blank to scale proportionally
85
// DROP IMAGES TO BEGIN
โ†”๏ธ

No images yet

Upload up to 20 images at once

HOW TO USE

  1. 01
    Upload images

    Drag and drop or click to select up to 20 images. JPEG, PNG, WebP, and GIF are all supported.

  2. 02
    Set resize options

    Choose Pixels for exact dimensions, Percent to scale by ratio, or Fit Box to constrain within a max size.

  3. 03
    Resize & download

    Click Resize All and download each file individually, or grab them all as a ZIP archive.

FEATURES

3 Resize Modes Batch up to 20 Lock Aspect Ratio JPEG/PNG/WebP ZIP Download 100% Client-side

USE CASES

  • ๐Ÿ–ผ๏ธ Resize images before uploading to CMS
  • ๐Ÿ“ฑ Create thumbnails and social media sizes
  • ๐Ÿ“ฆ Batch scale product photos
  • ๐Ÿ“ง Reduce image dimensions for email

WHAT IS THIS?

A free browser-based image resizer using the HTML Canvas API. Resize by exact pixel dimensions with optional aspect-ratio lock, by percentage scale, or fit within a bounding box. Batch process up to 20 files with JPEG/PNG/WebP output and ZIP download โ€” no server, no sign-up.

RELATED TOOLS

FREQUENTLY ASKED QUESTIONS

Are my images uploaded to a server?

No. All resizing happens in your browser using the HTML Canvas API. Your images never leave your device โ€” no data is sent to any server at any point. This makes the tool safe for confidential, proprietary, or personal photos.

What does "Fit Box" mode do?

Fit Box mode resizes an image so that it fits entirely within a bounding rectangle you specify, while maintaining its original aspect ratio. It only scales down โ€” images smaller than the box are not upscaled. This is useful for standardizing large batches of images to a maximum size, such as 1920ร—1080 for web use, without distorting portrait or landscape photos.

How does aspect ratio lock work?

In Pixels mode, the lock button (๐Ÿ”’) keeps the width-to-height ratio constant. When you change the width, the height updates automatically, and vice versa. The ratio is calculated from the original image dimensions when you upload the file. Click the lock to toggle it off if you want to set both dimensions independently.

Can I upscale images?

Yes, in Pixels and Percent modes you can set dimensions larger than the original โ€” the canvas will scale the image up. However, upscaling a raster image (JPEG, PNG) always reduces quality because no new pixel data is added; the browser simply stretches the existing pixels. For clean upscaling, use a dedicated AI upscaling tool. Fit Box mode never upscales.

Why does my PNG get larger after resizing?

PNG uses lossless compression, so the file size is determined by image complexity and dimensions โ€” not a quality setting. Resizing to the same pixel count with a different aspect may produce a different file size. Converting a large PNG to JPEG or WebP with this tool will usually produce a much smaller file.

What is the maximum image size supported?

This tool is limited by your browser's maximum canvas dimensions, which is typically 16384ร—16384 pixels in modern browsers. Very large images (above ~50 MP) may cause the browser tab to run out of memory. For most practical use cases up to 4K resolution, the tool works without issues.

Why Resize Images?

Image dimensions directly affect file size, page load speed, and storage use. A 4000ร—3000 pixel photo from a modern smartphone camera can be 6โ€“12 MB as a JPEG. Resized to 1200ร—900 for web display, the same image might be 150โ€“300 KB โ€” a reduction of 95% or more. Serving oversized images wastes bandwidth and slows down your website for every visitor.

Beyond the web, image resizing is essential for email attachments, social media uploads that enforce dimension limits, product photography for e-commerce platforms, and archival workflows where storage space is a concern.

Pixels vs. Percentage vs. Fit Box

Each resize mode serves a different use case. Pixels mode is for when you need exact output dimensions โ€” useful for social media image specifications (e.g. Twitter header: 1500ร—500px) or CMS upload requirements. Percent mode scales the image by a ratio โ€” useful for batch reducing a folder of images to 50% of their original size while keeping all proportions and relative sizes identical. Fit Box mode is the most practical for web optimization: you specify a maximum size (e.g. 1920ร—1080) and the tool scales each image down proportionally to fit within that box, never upscaling and never distorting the aspect ratio. Different images in your batch can have different aspect ratios and still all fit correctly.

Output Format Recommendations

For web use, WebP at quality 85 is the best choice: smaller than JPEG, better transparency than PNG, and supported in all modern browsers. For compatibility with older tools, email clients, or systems that require JPEG or PNG specifically, use those formats. The Original option keeps the same MIME type as the input file โ€” useful when you only want to change dimensions without changing format.

โ˜•