duncan3052
❔ supporting .ico files on non-windows platforms
I searched the web for how to convert a .ico file into a bmp or png or basically anything else, but every example I found used System.Drawing libs that are only available on windows. A lot of web pages still use .ico files as favicons as an anachronistic backwards compatibility thing for Internet Explorer.
Does anyone know of a way to take a .ico file in memory and convert it to a better supported format?
9 replies