-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(new tool): ICO <> PNG Converter #1276
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
9e5c76d
to
4bf7470
Compare
61b6fc4
to
2c9168e
Compare
Quality Gate passedIssues Measures |
Hi @sharevb I did a basic test. PNG->ICO worked fine but when I converted that ICO->PNG it didn't take the "best" version from the .ico only the 2nd best. I think it should use the highest available resolution instead. Maybe you can check if you can reproduce that. |
Hi @steffenrapp, I use an external library, probably need to create an issue with the given ico file in https://github.com/yegor-pelykh/image-in-browser |
Fix #1271