https://github.com/dinoosauro/image-to-zip
Choose images, display them in a table, and save them in a zip file (or natively using the File System API)
https://github.com/dinoosauro/image-to-zip
image image-to-zip images images-to-zip jszip
Last synced: 3 months ago
JSON representation
Choose images, display them in a table, and save them in a zip file (or natively using the File System API)
- Host: GitHub
- URL: https://github.com/dinoosauro/image-to-zip
- Owner: dinoosauro
- Created: 2024-07-14T13:01:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T13:02:56.000Z (11 months ago)
- Last Synced: 2025-01-03T11:17:41.982Z (5 months ago)
- Topics: image, image-to-zip, images, images-to-zip, jszip
- Language: TypeScript
- Homepage: https://dinoosauro.github.io/image-to-zip/
- Size: 491 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# image-to-zip
Choose images, display them in a table, and save them in a zip file (or natively
using the File System API)## Usage
Go to https://dinoosauro.github.io/image-to-zip/ and choose the images you want
to save in a Zip file. All of them will be displayed in a table.
Above the table, you can choose to compress the zip file (and its compression
level), or to re-encode the images. In this case, you'll be able to choose the
output format, the output quality, and the output width/height (in percentage):
Finally, you can choose to save the images in a zip file, or to save them
directly on a folder in your device (if your browser supports it).### Settings

In the Settings, you can choose how many images should be displayed at a time.
Keep this number quite low, otherwise the website might slow down. You can also
choose to uncheck the images by default.Finally, you can download the webpage in a simple HTML file, so that you can use
it completely offline.## Privacy
Your data is never sent to an external server: everything is elaborated locally.