Archive
Перетащите изображения сюда
Выберите файлы для упаковки
Перетащите изображения сюда
Выберите файлы для упаковки
Tool guide
Feed the page as many raster files as you like and it hands back a single ZIP with all of them inside. Packing is done by JSZip in the tab itself, so nothing is uploaded. It solves a problem of count rather than size: mail forms accept one attachment, Telegram and WhatsApp recompress photos sent one by one into a gallery, and clicking forty screenshots into a client portal one at a time takes half an hour. Inside the archive every picture is byte-for-byte the file you started with. See also: shrinking the photos before you archive them, collecting the same shots into one PDF, resizing a batch of pictures first.
The tool sets no hard cap; the limit is the tab's memory, because the whole archive is assembled there before it is saved. A regular laptop handles several hundred photos totalling a couple of gigabytes. If the tab reloads mid-build, split the selection in half and produce two archives instead.
Barely, and that is expected. JPEG, PNG and WebP are already compressed by their own codecs, so a second pass through ZIP buys a few percent at best. The point of the archive here is different: turn forty attachments into one and keep messengers from recompressing the images. If you need a smaller payload, shrink the pictures before packing.
If you pulled pictures from several folders and two share a filename, the archive gets confusing: names inside a ZIP are flat and the original folders are not preserved. Rename the duplicates before selecting them, or build two separate archives. The accepted-files log makes the clash easy to spot beforehand.
Yes, entirely. The tool never decodes or re-encodes an image; it drops the original bytes into the ZIP container untouched. Capture date, camera model, orientation and GPS coordinates all survive. Keep that in mind when sending personal photos onward — the location tags travel with the archive.
The file field is restricted by an image/* mask, so other types are hidden in the picker by default and will not reach the archive. This page is built for a batch of images. For a mixed set, your operating system's own archiver is the better tool — on Windows that is Send to → Compressed (zipped) folder.
Yes. Mobile Chrome and Safari can both select multiple shots from the gallery and save the finished archive into Files or the downloads folder. Memory is the constraint: a phone kills the tab sooner than a desktop browser, so a hundred full-resolution camera photos may cause a reload. Batches of 20-30 are trouble-free.
Before: site-1.jpg, site-2.jpg, site-3.jpg … site-38.jpg
After: One archive holding all 38 photos, attached to a single email
Before: Screenshot 2026-09-06 at 11.14.png plus six more like it
After: An archive the tracker takes as one attachment and never recompresses
Your rating and feedback help decide what to improve next.