GNOME Bugzilla – Bug 767407
Optimistically use larger web app icons
Last modified: 2016-06-08 17:08:25 UTC
Created attachment 329407 [details] [review] Size increase to 192 144x144 (current) was the preferred size of msapplication-TileImage back when Windows 8 first launched but the sizes have gotten weirder since then. Apple touch icons are a bit all over the place based on the device’s screen and the OS version. OpenGraph can’t guarantee anything. So we don’t really have anything guiding Epiphany as to what size the icon should be. Ideally, it should be as large as possible. To that effect, I propose rising the default size from 144 to 192. The old GNOME HIG said "minimum size of 256" and the new says "at least 512". Scaling tiny images up to these dimensions absolutely break them. Scaling small images in general will break them, so I’m not so much concerned if we raise it from 144 to 192. To me the jump from 144 to 192 looks very similar, but 256 start looking really weird. hey visually look similar while aligning Epiphany more closely with standard application icon sizes used elsewhere (Mac, Windows). Ideally, we should see how large the downloaded image is and make a size decision based on that. However, that would get very complicated very fast considering multi-sized formats like .icns and .ico (both are supported now) with various DPIs, SVGs, and the random image size generator which is the icons served by the web’s many websites. Technically, even .tiff is supported. Using a less weird default size than 144 is good for the web. In any case, we should encourage prettier icons at large sizes.