Update debug-tool-pixel-scaling.md

This commit is contained in:
Hannah Troisi
2016-04-18 15:50:38 -07:00
parent 46af362cd0
commit fa82789e1a

View File

@@ -19,10 +19,10 @@ if (scaleFactor != 1.0) {
}
```
This debug feature is useful for quickly determining if you are
**This debug feature is useful for quickly determining if you are**
<ul>
<li>downloading and rendering excessive amounts of image data</li>
<li>upscaling a low quality image</li>
<li><strong>downloading and rendering excessive amounts of image data</li>
<li><strong>upscaling a low quality image</li>
</ul>
In the screenshot below of an app with this debug feature enabled, you can see that the avatar image is unnecessarily large for its bounds size and that the center picture is more optimized, but not perfectly so. If you control your own endpoint, optimize your API / app to return an optimally sized image.