J I C is a Javascript Image Compressor using HTML5 Canvas & File API that allows you to compress your jpeg & png images before uploading to the server (100% client-side and no extra libraries required!)
After compression When i download the file the size is reduced to half of the original file(approximately).
If I upload that compress file the size does not vary like download.
@Gurunathann It sounds like the file can't be compressed anymore. I think it's a similar scenario if you try to compress a .zip file, which is already compressed, so there's nothing else to compress.
After compression When i download the file the size is reduced to half of the original file(approximately). If I upload that compress file the size does not vary like download.