Compress Images
Examples
Grayscale
Watermark
Work with promise
About
Compress Images
v1.0.6
JavaScript Image Compressor.
Playground
Drop Image Here or
Browse...
Options
Strict
CheckOrientation
MaxWidth
MaxHeight
MinWidth
MinHeight
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
ConvertSize
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)
Download
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)