Technology · Level 2 · 169 words
How a Picture Becomes Smaller
Original passage © Studio AM, written for Fluency.
A digital picture can contain millions of color values. Saving every value exactly may create a large file, so compression uses patterns to represent the image with less data.
Lossless compression finds repetition without throwing information away. If a row contains many identical pixels, the file can record the color once and describe how often it repeats. When opened, the original values can be rebuilt exactly.
Lossy compression goes further. It removes some detail that a viewer may be less likely to notice, such as tiny color changes in a busy area. Stronger compression usually makes a smaller file, but it can also produce blocky edges or blurred texture. Once discarded, those details cannot be recovered merely by reopening the file.
Neither method is always best. A medical scan or an image meant for later editing may require exact detail. A casual photograph on a slow connection may benefit from a much smaller file. The useful choice depends on what the image must preserve and how it will travel.
Source: Written for Fluency. Original passage © Studio AM, written for Fluency.