Images are blurry on Retina display

Just starting out? Need help? Post your questions and find answers here.
spidernet
Posts: 72
Joined: Tue Feb 02, 2016 3:50 pm

Images are blurry on Retina display

Post 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
Bradan
Posts: 18
Joined: Fri Nov 04, 2016 2:07 pm

Re: Images are blurry on Retina display

Post 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.
Post Reply