Image Squeeze takes a batch of images and makes them smaller: scale them to a maximum width, set a quality level, and pick the output format. AVIF and WebP cut the file size hard for the web; JPG and PNG stay compatible. Camera and location metadata is removed on the way out.
Each image is decoded and re-encoded in the browser, using a worker so the page stays responsive. Nothing is uploaded.
JPG, PNG, WebP, and AVIF. AVIF gives the smallest file at a given quality but encodes slower.
Yes. Re-encoding drops the metadata, including the camera model, the timestamp, and any GPS location.
No. Decoding and encoding run on your device. The photos never leave the tab.
Dozens is routine. Hundreds work but use a lot of memory, so do it in batches on a modest machine.
No. It only scales down. A size larger than the original is ignored.