Image Compressor

Shared by Ubaid ur Rehman
Drop image here or
Options
Input (original)
Last Modified:
{{ input.lastModified || 'N/A' }}
Last Modified Date:
{{ input.lastModifiedDate || 'N/A' }}
Name:
{{ input.name || 'N/A' }}
Type:
{{ input.type || 'N/A' }}
Size:
{{ input.size | prettySize }}
Output (compressed)
Last Modified:
{{ output.lastModified || 'N/A' }}
Last Modified Date:
{{ 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)