September 2024
Intermediate to advanced
743 pages
27h 48m
English
In addition to data formats, image formats naturally play a major role in web application development. In this section, I’ll briefly introduce you to the most important image formats.
To include photographs or images with high color depth or dynamics (i.e., images with many different colors), a best practice is to use the JPG format (also JPEG for Joint Photographic Experts Group). This format can display up to 16 million colors and also supports different compression levels between the following two extremes, which affect the file size of the image as well as its quality:
0% compression: Lowest compression, therefore no quality loss but also unchanged file size
100% compression: ...
Read now
Unlock full access