HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <p>PNG-24 is a great format. It is well suited for diagrams, drawings, graphs, text, as well as for complex multi-color images, since it supports an almost unlimited number of colors.</p>
1 <p>PNG-24 is a great format. It is well suited for diagrams, drawings, graphs, text, as well as for complex multi-color images, since it supports an almost unlimited number of colors.</p>
2 <p>For photos, it is usually inferior to JPEG in terms of file size, but superior in terms of image quality. But sometimes the difference in file size is so insignificant that there is no reason not to go with PNG.</p>
2 <p>For photos, it is usually inferior to JPEG in terms of file size, but superior in terms of image quality. But sometimes the difference in file size is so insignificant that there is no reason not to go with PNG.</p>
3 <p>The main plus of PNG-24 is that it has full support for semi-transparency, which is not available in any other format. Therefore, when you in your web development work need to lay out complex backgrounds, graphic elements with complex shadows, and so on, there is simply no alternative to PNG-24.</p>
3 <p>The main plus of PNG-24 is that it has full support for semi-transparency, which is not available in any other format. Therefore, when you in your web development work need to lay out complex backgrounds, graphic elements with complex shadows, and so on, there is simply no alternative to PNG-24.</p>
4 <p>A long time ago, IE had a problem with semi-transparent PNG support, but there are no such problems in later versions of IE (8+).</p>
4 <p>A long time ago, IE had a problem with semi-transparent PNG support, but there are no such problems in later versions of IE (8+).</p>
5 <p>Compare the PNG-8 of a cat with outline from the previous assignment with the PNG-24 of a cat from this assignment. Pay particular attention to how their edges look against the yellow and gradient blocks.</p>
5 <p>Compare the PNG-8 of a cat with outline from the previous assignment with the PNG-24 of a cat from this assignment. Pay particular attention to how their edges look against the yellow and gradient blocks.</p>
6 <p>Some layout designers are opting to discontinue using PNG-8 in favor of using only PNG-24 instead.</p>
6 <p>Some layout designers are opting to discontinue using PNG-8 in favor of using only PNG-24 instead.</p>