File compression means making the file size smaller that will ultimately help in transferring files to other places easily and storing them in much less space. There are variety of file formats like JPEG, PDF, Word, EXCEL, TIF, PNG, GIF, BMP etc. All formats use lossless compression algorithms that means it can return the original data format when required except the JPEG file format. Lossless compression limits the integrity of the files. The efficiency, compression of files is limited to some point. But this does not happens in JPEG image format.JPEG uses lossy compression algorithm that will compress the image up to 1/10th of the original data but it cannot recover the original file format after compression as it uses lossy compression. JPEG compression losses the quality of the image but...