I originally made this for myself when I needed to resize large batches of product photos. I wanted something fast, lightweight, and privacy-respecting that could handle real workflow volumes without artificial restrictions.
What makes it different:
- Complete client-side processing using Canvas API, so images never leave your browser
- Batch processing up to 60 images simultaneously (most free tools cap at 3-10)
- No login, no watermarks, no usage limits
- Traditional interpolation algorithms (nearest-neighbor, bilinear, bicubic) instead of AI black boxes
- Supports JPG, PNG, and WebP
- Fast and lightweight (built with vanilla JavaScript)
Technical notes: The entire processing pipeline runs in your browser's Canvas API. There's no server upload step, which eliminates privacy concerns and makes it surprisingly fast even for large batches. I chose traditional algorithms over AI because they're transparent, predictable, and work well for most use cases (pixel art, web images, photo preparation).
Feel free to try it out: https://image-scaler.com
reify•12h ago
1.jpg size 3456x4608
This will reduce the size to 25%, not by 25%.------------------------------- use "mogrify" part of ImageMagick
see the !