Guides · · 6 min read

Image Resizer

Resize a JPEG, PNG or WebP to explicit pixel dimensions and download a PNG. Choose Pad to preserve the full image with transparent borders, Crop to fill the frame by trimming edges, or Stretch to force the dimensions with possible distortion.

Concept illustration of image resizer
Image-processing concept, not a before-and-after result from your file.

Resize a JPEG, PNG or WebP to explicit pixel dimensions and download a PNG. Choose Pad to preserve the full image with transparent borders, Crop to fill the frame by trimming edges, or Stretch to force the dimensions with possible distortion.

The tool does not identify faces or reposition a crop around an important subject. Crop is centered. If the edges contain text or a face is off-center, inspect the actual preview before using the result. Output PNG is not a promise of a smaller file.
Image Resizer Tool

Best solution

Resize a JPEG, PNG or WebP to explicit pixel dimensions and download a PNG.

Resize a JPEG, PNG or WebP to explicit pixel dimensions and download a PNG. Choose Pad to preserve the full image with transparent borders, Crop to fill the frame by trimming edges, or Stretch to force the dimensions with possible distortion.

Local image workspacePNG output

Choose a file to start. Nothing is uploaded.

Single still image. JPEG uses white behind transparency. Decoder notices

Kepo
Kepo · Desktop Widget for Mac

Opens the Kepo download page; this calculation or file is not transferred.

Install Widget to Mac
Key solutions at a glance The main decisions from this guide, condensed into one table.
I want to...
Solution
Use the Online Tool
Enter width and height as positive whole pixels.
A Concrete Example
A 1200 × 800 source resized to 800 × 800 with Pad keeps the complete picture centered in a square canvas.
What Changes in the Image
Pixel dimensions determine the grid of the output image.
Check the Download Before Using It
Open the download in the application that will receive it.
Privacy, Limits and Failure States
The image-processing code does not upload the selected file.
Use It in a Repeatable Image Workflow
For occasional edits, this browser tool can provide a quick, local step before sharing an image.

Use the Online Tool

Enter width and height as positive whole pixels. Select the fit rule before processing; the same width and height can produce very different compositions. The output dimensions are exact, while the source’s proportions are preserved only by Pad and Crop.

Choose one file using the file picker. The control shows the accepted input format and limits. A filename alone is not enough: the tool checks image bytes and then asks a decoder to open them. A damaged file or unsupported encoding produces a visible error instead of a downloadable file with a misleading extension.

Click Process image after setting the controls. Wait for the processed preview and the measured dimensions and bytes. Changing an input clears the previous result, so an old download is not presented as if it belonged to new settings. While a conversion is in progress, the interface shows that state rather than displaying an invented percentage.

A Concrete Example

A 1200 × 800 source resized to 800 × 800 with Pad keeps the complete picture centered in a square canvas. Crop instead fills the square and removes side content. Stretch changes the source proportions to fit the square without preserving the original shape of objects.

Output behavior of this page’s tool.
Property This task
Pad Full image; transparent borders
Crop Frame filled; center edges trimmed
Stretch Exact frame; possible distortion
Download Exact entered pixels as PNG

Use a copy of a familiar image for your first check. A picture with text near an edge, a recognizable orientation and some fine detail makes changes easier to notice. Compare the downloaded file, not only its thumbnail, because a small preview can hide artifacts or a changed border.

What Changes in the Image

Pixel dimensions determine the grid of the output image. Resampling constructs a new grid; enlarging that grid does not recover detail absent from the source. Padding and cropping answer different composition needs, which is why they are user choices rather than an automatic guess about the image’s subject.

Pixel dimensions, encoding format and file size are separate properties. A file can keep the same dimensions and change size after encoding; a smaller pixel grid can still produce a larger file in another format. The component reports dimensions and actual bytes so you do not have to infer one property from another.

This workflow produces a single rendered still. It is not a multi-frame editor, an archival photo export or a metadata-preservation tool. Keep the original file when you need camera metadata, an animation, a depth image or the original color and HDR information. A successful download means the stated output was encoded, not that every source-container feature survived.

Check the Download Before Using It

Open the download in the application that will receive it. Confirm the file format, dimensions, orientation and visible background. If the destination has a byte limit, compare the exact byte count rather than relying on a rounded “KB” label. A requirement can also include minimum dimensions and an accepted-format list.

The tool does not identify faces or reposition a crop around an important subject. Crop is centered. If the edges contain text or a face is off-center, inspect the actual preview before using the result. Output PNG is not a promise of a smaller file.

Do not overwrite the only copy of a source image. The download receives a new filename ending in -kepo and the actual output extension. If you compare multiple settings, retain enough of the input and setting information to reproduce the preferred version. Repeated lossy saves from already modified copies can make comparison less reliable.

Privacy, Limits and Failure States

The image-processing code does not upload the selected file. Decoding, drawing and encoding run on your device, and the download is a browser-created local object URL. The page and any required decoder code still need to load normally; local file processing does not mean the website itself makes no network requests.

Files must be non-empty and at most 20 MB. Decoded images and output canvases are limited to 24 megapixels, with no side larger than 16,384 pixels. These checks reduce excessive memory use but cannot guarantee that every device will handle every file below the limits. Large or complex HEIC files can require substantial memory while decoding.

If decoding fails, try a known supported still image or export the source from an application that can open it. If encoding is unavailable, the tool does not silently substitute another output format. A failed run clears the previous result. The original file on disk is not changed by the attempt.

Use It in a Repeatable Image Workflow

For occasional edits, this browser tool can provide a quick, local step before sharing an image. For repeated work, keep an original, record the required output dimensions and format, and check one finished sample in the actual destination before repeating the operation across more files.

Kepo offers Mac desktop widgets and small personal workflows. The download link opens the app download page; it does not import your image, transfer this page’s settings or create an image-processing widget automatically. This online result remains a separate downloaded file.

Sources and Implementation Notes

The browser encoder contract and HEIC decoder documentation describe the capabilities used here.

Frequently Asked Questions

Is my image uploaded?

The processing code runs locally and does not upload the selected image. The website and decoder code still load over the network.

What format do I download?

This page produces PNG. The preview and download refer to the actual encoded result, not a renamed input file.

Does this preserve every feature of the original?

No. This is a single-still, rendered-pixel workflow. Preserve the original if you need animation, original metadata or other container-specific information.

Keep the original, inspect the actual download and match the output to the destination’s real requirements.

Desktop Dashboard

Stay informed with Kepo on your desktop

Embed interactive widgets, monitor dynamic sites, track APIs, and run ambient AI agents right on your macOS desktop.

Related Articles

View all posts →
Guides

HEIC to JPG

Convert a HEIC still image into a real JPEG file locally in your browser. Select the HEIC file, choose a quality setting, process it and download the JPEG. The converter decodes the source before encoding the output; changing the filename extension alone would not perform this conversion.

Read →
Guides

HEIC to PNG

Decode a HEIC still image and save its browser-rendered pixels as PNG. Choose a HEIC file, process it and download the actual PNG. This is useful when a workflow specifically requires PNG, but it is not a way to recover detail already lost in the original image.

Read →
Guides

WebP to PNG

Convert a WebP still image into PNG in your browser. PNG can preserve transparency in the decoded bitmap, but this tool exports a single still image rather than an animated sequence. Select the WebP file, process it and check the downloaded PNG.

Read →