compress Tool

Compress Tool - A Free Tool to Compress & Resize JPEG,JPG,PNG & formates of Images for making webpage faster, to sharing on social networks & for sending by emails without Lossing any Quality.

Disclaimer(Notice)

we don't restore and keep any type of your uploaded data in compress tool and also in our database.So,feel Free about Your Privacy and use our tool like a free & happy bird😊..

How to use?

Upload image


Drop image here or

Options(Optional)


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)