Image Compressor
Shared by
Ubaid ur Rehman
Drop image here or
Options
checkOrientation
Max Width
Max Height
Min Width
Min Height
Width
Height
Quality
0
0.1
0.2
0.3
0.4
0.5
0.6
0.7
0.8
0.9
1
NaN
MimeType
Convert Size
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)
Download
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)