Batch Image Resize and Converter — Browser Image Editing Tool

Image

Batch Image Resize and Converter is a client-side image editing tool that resizes and converts multiple images in one browser batch.

What is it

Batch Image Resize and Converter processes selected image files with browser Canvas and File APIs. Original files are not uploaded to a server, and output images are generated as Blob downloads in the current browser session.

scale = min(maxWidth / width, maxHeight / height, 1), output = canvas.toBlob(format, quality)

How to use

  1. 1Choose image files.
  2. 2Adjust dimensions, format, or crop options.
  3. 3Run the tool, then download the generated files or report.

Reference

Batch Image Resize and Converter — Browser Image Editing Tool Reference
InputOutput
Multiple JPG/PNG/WebP filesList of resized PNG/JPG/WebP files

Sources & standards

FAQ

Is the original file uploaded by Batch Image Resize and Converter?

No. The selected file is read and processed only inside your browser.

Does Batch Image Resize and Converter preserve original metadata?

Canvas-redrawn output generally does not include original EXIF metadata. Browser encoders may still differ in color handling or compression.

Related tools