HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <p>In the next few assignments, we’ll take a look at the most common image formats for the web. And we will figure out where and how they can best be used for creating a layout.</p>
1 <p>In the next few assignments, we’ll take a look at the most common image formats for the web. And we will figure out where and how they can best be used for creating a layout.</p>
2 <p>The first format is <a>JPEG</a>. This format is well suited for photos and images, and it is poorly suited for diagrams, drawings, text, and graphics.</p>
2 <p>The first format is <a>JPEG</a>. This format is well suited for photos and images, and it is poorly suited for diagrams, drawings, text, and graphics.</p>
3 <p>When saving an image in JPEG format, you can set the quality level. This allows you to reduce the file size while still retaining fairly good image quality.</p>
3 <p>When saving an image in JPEG format, you can set the quality level. This allows you to reduce the file size while still retaining fairly good image quality.</p>
4 <p>However, if you set the quality level too low, artifacts will appear.</p>
4 <p>However, if you set the quality level too low, artifacts will appear.</p>
5 <p>JPEG does not support transparency, so a JPEG image is always a rectangle. You can simulate transparency by setting the background color of the image in the graphics editor to match the contents of the photo container.</p>
5 <p>JPEG does not support transparency, so a JPEG image is always a rectangle. You can simulate transparency by setting the background color of the image in the graphics editor to match the contents of the photo container.</p>
6 <p>Use JPEG for posting photos, since it provides the best file size/quality ratio.</p>
6 <p>Use JPEG for posting photos, since it provides the best file size/quality ratio.</p>