Compress IMAGE
Compress PNG, JPG, SVG, JPEG or GIF for free using this online image compressor Tool . It support compression of image to any size limit 10kb, 20kb, 30kb, 50kb, 100kb, or 1MB. You can upload any size limit file and it doesn’t have any limit on file size apart from that its completely free.
Click Here to upload or Drop image or
After Uploading Image Please scoll down to check result
Options
Input image (original image) Download
- 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 image (compressed image) 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)