microsoft / app-metadata

Provides metadata extraction for iOS, Android and Windows packages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not returning the icon with the best resolution

izikl opened this issue · comments

the 60x60 3x (total 180x180 pixels) image is the highest resolution one. iPad doesn't support a 3x retina display yet.

Not all of the app icon assets might be included, so this won't get the highest resolution image all of the time. I think it would be better to get the resolution straight from the file info, it's possible through a variety of ways: https://stackoverflow.com/questions/12539918/get-the-width-and-height-of-an-image-in-node-js

image