I use wsrv for a link preview thing on my website, and Discord uses an ico file for their image meta tag, which was passed into wsrv.nl, but it returned a very low resolution image upscaled to 100x100.
Seems like it selects the lowest quality (or the first) icon from the ico file to use and scale.
For example, Discord's image ico is usually high quality, but the resized version is very low res, and just upscaled, looking really ugly.
Maybe either the highest quality icon is selected, or probably depending on processing times maybe using the closest size that's larger than the target.
I use wsrv for a link preview thing on my website, and Discord uses an ico file for their image meta tag, which was passed into wsrv.nl, but it returned a very low resolution image upscaled to 100x100.
Seems like it selects the lowest quality (or the first) icon from the ico file to use and scale.
For example, Discord's image ico is usually high quality, but the resized version is very low res, and just upscaled, looking really ugly.
Maybe either the highest quality icon is selected, or probably depending on processing times maybe using the closest size that's larger than the target.