File e Media
Compressore di File
Gzip or deflate any file — natively in the browser.
Drop a file or click to browse
Result
Pick a file to see results here.
Nota dell'editore
Understanding · Repetition is what compresses.
Questo capitolo approfondito è attualmente disponibile solo in inglese. Lo strumento di conversione qui sopra funziona nella tua lingua; il lungo articolo esplicativo non è stato ancora tradotto.
Domande frequenti
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.
Le persone cercano anche
Strumenti correlati
More in this room.
- Calcolatore ChecksumVerifica un file rispetto ad un hash SHA/MD5 atteso.
- Validatore EPUBControlla la struttura di qualsiasi file EPUB — nel tuo browser.
- Da Markdown a EPUBTrasforma un manoscritto Markdown in un EPUB valido.
- Da PDF a EPUBEstrai il testo di un PDF in un EPUB con testo ridimensionabile.
- Da EPUB a PDFRenderizza un EPUB in un PDF paginato.
- Compressore File BatchComprimi una cartella di file in un unico zip con Gzip — tutto lato client.