Bestanden & Media
Bestandscompressor
Gzip or deflate any file — natively in the browser.
Drop a file or click to browse
Result
Pick a file to see results here.
Redactionele opmerking
Understanding · Repetition is what compresses.
Dit uitgebreide hoofdstuk is momenteel alleen in het Engels beschikbaar. De conversietool hierboven werkt in jouw taal; de lange uitleg is nog niet vertaald.
Veelgestelde vragen
Quick answers.
›Is my file sent to your server?
No. The compression is performed locally using your browser's internal engine, meaning the original file never leaves your computer.
›What is the difference between Gzip and Deflate?
Gzip is the standard format for web assets and includes a header with a checksum and filename. Deflate is the core compression algorithm used by Gzip but without the extra metadata, often used in raw data streams.
›Are there file size limits?
The limit depends on your device's available system memory. For very large files (over 1GB), the browser tab may become unresponsive during the process.
›Will this work on images and videos?
It will technically work, but you will not see much size reduction. Formats like JPG, MP4, and ZIP are already compressed, so running them through Gzip again adds more overhead than it saves.
Mensen zoeken ook naar
Gerelateerde tools
More in this room.
- Checksum CalculatorVerifieer een bestand aan de hand van een verwachte SHA / MD5 hash.
- EPUB ValidatorControleer de structuur van elk EPUB-bestand — in uw browser.
- Markdown naar EPUBVerander een Markdown manuscript in een geldig EPUB.
- PDF naar EPUBExtraheer de tekst van een PDF naar een flowable EPUB.
- EPUB naar PDFRender een EPUB naar een gepagineerde PDF.
- Batch Bestand CompressorGzip een map met bestanden naar één zip — alles client-side.