Compress Images v1.0.6

JavaScript Image Compressor.

Playground


Drop Image Here or

Options


Input (Original)


LastModified:
{{ input.lastModified || 'N/A' }}
LastModifiedDate:
{{ input.lastModifiedDate || 'N/A' }}
Name:
{{ input.name || 'N/A' }}
Type:
{{ input.type || 'N/A' }}
Size:
{{ input.size | prettySize }}

Output (Compressed)


LastModified:
{{ output.lastModified || 'N/A' }}
LastModifiedDate:
{{ output.lastModifiedDate || 'N/A' }}
Name:
{{ output.name || 'N/A' }}
Type:
{{ output.type || 'N/A' }}
Size:
{{ output.size | prettySize }} ({{ ((1 - (output.size / input.size)) * 100).toFixed(2) }}% off)