📐 Image Resizer

Upload an image, set the target width and height in pixels (lock the ratio to keep it automatic), choose PNG or JPEG, tick black & white, then preview and download. Local only, no upload.

No image selected yet

❓ Frequently asked questions

Is my image uploaded?

No. All processing happens in your browser with Canvas; nothing is sent to a server.

Which formats are supported?

Input: any image your browser can decode (JPG/PNG/WebP/GIF first frame, etc.). Output: PNG or JPEG.

How does black & white work?

Each pixel is converted to grayscale using l = 0.299R + 0.587G + 0.114B, applied to all three channels.

Why does JPEG get a white background?

JPEG has no transparency, so transparent areas become white. Use PNG if you need to keep transparency.

📚 How to use

Resize, convert format and go black & white in one place.

Steps

  1. Click or drag an image into the dashed box.
  2. Enter target width/height (with Lock ratio on, changing one updates the other).
  3. Pick PNG/JPEG, quality (JPEG only) and black & white.
  4. Click Preview, then Download image when happy.