Batch Image Resize and Converter — Browser Image Editing Tool
ImageBatch 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
- 1Choose image files.
- 2Adjust dimensions, format, or crop options.
- 3Run the tool, then download the generated files or report.
Reference
| Input | Output |
|---|---|
| Multiple JPG/PNG/WebP files | List of resized PNG/JPG/WebP files |
Sources & standards
- MDN Web Docs: Client-side web APIs - MDN Web Docs
- MDN Web Docs: Canvas API - MDN Web Docs
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.