File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1710,17 +1710,20 @@ Determining How To Scale an Image: the 'image-rendering' property {#the-image-re
17101710 <dl dfn-type=value dfn-for=image-rendering>
17111711 <dt> <dfn>auto</dfn>
17121712 <dd>
1713+ <p>
17131714 The scaling algorithm is UA dependent.
17141715
17151716 <dt> <dfn>smooth</dfn>
17161717 <dd>
1718+ <p>
17171719 The image should be scaled with an algorithm that maximizes the appearance of the image.
17181720 In particular, scaling algorithms that "smooth" colors are acceptable,
17191721 such as bilinear interpolation.
17201722 This is intended for images such as photos.
17211723
17221724 <dt> <dfn>high-quality</dfn>
17231725 <dd>
1726+ <p>
17241727 Identical to ''image-rendering/smooth'' ,
17251728 but with a preference for higher-quality scaling.
17261729 If system resources are constrained,
@@ -1743,6 +1746,7 @@ Determining How To Scale an Image: the 'image-rendering' property {#the-image-re
17431746
17441747 <dt> <dfn>pixelated</dfn>
17451748 <dd>
1749+ <p>
17461750 The image is scaled in a way that preserves the pixelated nature of the original as much as possible,
17471751 but allows minor smoothing instead of awkward distortion when necessary.
17481752
@@ -1763,6 +1767,7 @@ Determining How To Scale an Image: the 'image-rendering' property {#the-image-re
17631767
17641768 <dt> <dfn caniuse="css-crisp-edges">crisp-edges</dfn>
17651769 <dd>
1770+ <p>
17661771 The image is scaled in a way that preserves contrast and edges,
17671772 and which does not smooth colors or introduce blur to the image in the process.
17681773
You can’t perform that action at this time.
0 commit comments