Image Compressor

Make your website faster and save bandwidth. Compress images and photos for displaying on web pages, sharing on social networks or sending by email. Our image compressor works in your browser and your images never reach our server so your privacy is protected.

Drop image here or

Options


?
?
?
?
?
?
?
?
?
?
?

Input (original)


Last Modified:
{{ input.lastModified || 'N/A' }}
Last Modified Date:
{{ input.lastModifiedDate || 'N/A' }}
File 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)