Add beginning of the artwork paragraph

This will be fleshed out later.
This commit is contained in:
Stefan Csomor 2020-09-28 08:26:04 +02:00 committed by Vadim Zeitlin
parent ba547496f9
commit 9aa5eb9c53

View File

@ -103,8 +103,19 @@ For example, in a wxGLCanvas created with the size of 100 (logical) pixels, the
rightmost physical pixel coordinate will be `100*GetContentScaleFactor()`.
[comment]: # (TODO: High-Resolution Images and Artwork)
High-Resolution Images and Artwork
==================================
In order to benefit from the increased detail on High DPI devices you might want
to provide the images or artwork your application uses in higher resolutions as
well. Note that it is not recommended to just provide a high-resolution version
and let the system scale that down on 1x displays. Apart from performance
consideration also the quality might suffer, contours become more blurry.
You can use vector based graphics like SVG or you can add the same image at different
sizes / resolutions.
[comment]: # (TODO: API and Use Cases)
Platform-Specific Build Issues
==============================