Page 1 of 1

What do I have to prepare if enabling Hi-DPI scaling?

Posted: Mon Oct 24, 2016 1:15 pm
by Tiemo
Hello,

Up to now I haven't enabled the Hi-DPI scaling for Windows standalones and since I don't have a hi-dpi monitor I can't test the difference of my standalones.

Do I have to prepare anything different, if I enable the hi-DPI scaling? Is it necessary to exchange all images by images with higher resolution?
(180dpi instead of 96 dpi, though dpi actually is a thing for print work?)

I assume if I would show my existing program (non-hi-dpi) on a high DPI monitor, all images will look blurred. But will they look sharper, if I keep all images and just enable hi-DPI scaling without any new images? And is it recommended to enable it by default? (If yes, why do we have this option at all and it is not fixed standard?)


Any insights and experiences welcome

Tiemo

Re: What do I have to prepare if enabling Hi-DPI scaling?

Posted: Tue Oct 25, 2016 4:37 pm
by tomBTG
Hi,

This Livecode blog post from 2014 may help:
https://livecode.com/tag/high-dpi/

Also, there is a utility stack named Scalini available in the Livecode resources area. That stack is very useful for taking your graphics file and generating various sizes of it with the proper naming scheme for Livecode.

Tom B.

Re: What do I have to prepare if enabling Hi-DPI scaling?

Posted: Tue Oct 25, 2016 5:10 pm
by Tiemo
thank you for the helpful link!
Tiemo