ALL >> Computer-Programming >> View Article
Why I Could Not Compress My Photos Files
Compression is something that is used by everybody. Usually when you have a big file like a Word document that you need to email to someone or to backup you will compress the file first using algorithms like Zip. But compressing files does not always work.
If you take a large Word file or text file and compress it most likely you will end up with a compressed archive file that its size is half or even less of the original file. But sometimes when trying to compress files nothing happens and although you setup the compression software utility to maximum compression and you wait patiently for it to finish its work the compressed archive file is almost the same size as the original or sometimes even bigger.
To understand why this happens and to be able to figure out which files are good candidates for compression and which are not you need to understand the core concept behind compression. Compression is a process in which data is converted from one format to another where the new format is more efficient in terms of storage required to store it. In other words compression is a process that utilizes inefficiencies ...
... in the original file in order to create what is known as a compressed file format that efficiently represents the data in the original file.
For example if you have a large text file that only contains the letter A lets say a million times. The file would require million characters of storage also known as one mega byte. If you compress this file than a more efficient way to represent this file would be to create a file with a content that says This file includes million As. The result is a file that is just a few characters in size much more efficient.
Generally speaking text files like Word files or other files that include human created data like spreadsheets are inefficient and can be easily compressed. Now lets look at examples of files that can not be compressed. One example that comes to mind is a compressed file. If you create a compressed archive file and then try to compress that file again you will get almost the same file size. Why? Because the compressed archive file already represents the original data in an efficient way and there is not much that can be done to further optimize its storage.
Another examples of files that are already compressed are JPEG photos. JPEG is a special compression algorithms intended for compressing photos and images. It is also known as lossy compression since the compressed JPEG file does not exactly represent the same data as in the original photo file but almost the same data to the extent that the human eye looking at the original and the compressed photo can not tell the difference. This loose requirement not needing to exactly represent the original data allows much higher compression ratio.
If you take a JPEG photo and try to further compress it using for example the Zip algorithm the result will be an archive file with is almost the same size as the JPEG photo file or even a bit bigger. The reason again is that the JPEG photo file already represents its data in a very efficient way and there is not much that the Zip software can further do.
Generally speaking multimedia files like JPEG photos or MPEG movies can not be compressed using Zip or similar algorithms since they are already compressed. Jack Church wrote this article. More articles on freedom to choose
Add Comment
Computer Programming Articles
1. How Ai Is Transforming Logistics Software DevelopmentAuthor: Chudovo
2. Top Seo Companies In Dubai For 2025
Author: webtek Digital
3. Hadoop Tutorial Step By Step: Learn Hadoop Basics To Advanced Concepts
Author: Tech Point
4. Data Science Tutorial From Scratch: Learn Data Science Step By Step
Author: Tech Point
5. Data Science With Python: Best Computer Course For Career
Author: TCCI - Tririd Computer Coaching Institute
6. Magento Web Development Agency: Empowering Brands With Scalable And Smart E-commerce Solutions
Author: Web Panel Solutions
7. Web Development Course For High-paying Jobs
Author: TCCI - Tririd Computer Coaching Institute
8. Data Structures And Algorithms Classes: Tcci Training
Author: TCCI - Tririd Computer Coaching Institute
9. C & C++ Programming: Strong Logic Training
Author: TCCI - Tririd Computer Coaching Institute
10. Python Challenges For Beginners
Author: Softlogic Systems
11. Aws Tutorial For Beginners: Learn Cloud Computing Step By Step
Author: Tech Point
12. Cloud Computing Tutorial: Complete Guide To Concepts, Models, And Uses
Author: Tech Point
13. Master Python Programming: Best Computer Course
Author: TCCI - Tririd Computer Coaching Institute
14. Spark Matrix™ Reveals Competitive Differentiation In Artificial Intelligence Services
Author: Umangp
15. Full Stack Web Development Course: It Training Institute
Author: TCCI - Tririd Computer Coaching Institute






