Hi there,
i just noticed that "ico" files aren't displayed anymore.
This can be fixed by telling MagickImage, via MagickReadSettings, that it's an "Ico".
When doing so the image quality is very bad.
In case of "ico" the current image loading loads the first frame present in the "ico" which means it's almost always 16x16.
I made some changes to improve the image quality on my machine.
Before:

After:

That's the part for "ico" files.
"SVG" files don't seem to be rendered/loaded correctly too.
Currently this is what i get for Firefox:

Would you be interested in a PR changing the decoding of images to different kinds of decoders for different image formats?
My PR would only affect "ico" currently, as i am not familiar with MagickImage and how to fix the wrong "SVG" rendering.
@batzen I would definitely be interested in a PR to fix these issues, yes.
@punker76 can you offer anything with regard to how SVG's are being handled?
Ok. Will create a PR during the weekend.
@batzen just wanted to touch base to see if this is still something that you are interested in tackling. Thanks
Sure. Will create the PR later today. Wasted some time trying to figure out the svg issue, but couldn't find a solution.
:tada: This issue has been resolved in version 0.18.0 :tada:
The release is available on:
Your GitReleaseManager bot :package::rocket:
Most helpful comment
Sure. Will create the PR later today. Wasted some time trying to figure out the svg issue, but couldn't find a solution.