Archivos y Medios
Compresor de Archivos
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 del editor
Understanding · Repetition is what compresses.
Este capítulo en profundidad está disponible solo en inglés por el momento. La herramienta de conversión de arriba funciona en tu idioma; el artículo explicativo extenso aún no se ha traducido.
Preguntas frecuentes
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.
La gente también busca
Herramientas relacionadas
More in this room.
- Calculadora de ChecksumsVerifica un archivo contrastándolo con un hash SHA / MD5 esperado.
- Validador de EPUBComprueba la estructura de cualquier archivo EPUB — en tu navegador.
- Markdown a EPUBConvierte un manuscrito Markdown en un EPUB válido.
- PDF a EPUBExtrae el texto de un PDF a un EPUB fluido.
- EPUB a PDFRenderiza un EPUB en un PDF paginado.
- Compresor de Archivos por LotesComprime una carpeta de archivos en un solo zip — todo del lado del cliente.