Page 1 of 1

Images are blurry on Retina display

Posted: Sun Nov 06, 2016 11:01 am
by spidernet
Hello,

Is there any solution to make images more sharp on Retina display (or any HiDPI display)?
There is Retina.js for JavaScript but I think it's too complicate to use it from SB.

On the left screenshot from normal display and on the right Retina screenshot of the same icon (which is double size also):
https://www.dropbox.com/sh/n95f3364i6sz ... BrCwa?dl=0

Re: Images are blurry on Retina display

Posted: Fri Nov 25, 2016 3:52 pm
by Bradan
spidernet wrote:Hello,

Is there any solution to make images more sharp on Retina display (or any HiDPI display)?
There is Retina.js for JavaScript but I think it's too complicate to use it from SB.

On the left screenshot from normal display and on the right Retina screenshot of the same icon (which is double size also):
https://www.dropbox.com/sh/n95f3364i6sz ... BrCwa?dl=0
It depends how the app is built. Afaik it has to support the corresponding HiDPI mode, otherwise it is interpolated as you describe it. Usually its a flag in the settings in xcode.