-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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 |
Thanks @sharevb for the PR, looks like since the PR and the current branch some changes resulted in conflicts. I'm really looking forward to having this feature in IT-Tools, as most online converters have a limit on how many files one can convert per day and it would give me even more reasons to love IT-Tools. No hurry, but if someone finds the time to resolve the conflicts and merge the PR, I (and presumably many others) would greatly appreciate it! Thank you! ❤️ |
Hi, for people interested in up to date version of it-tools, I made kind of a fork here : https://github.com/sharevb/it-tools (https://sharevb-it-tools.vercel.app/ and docker images https://github.com/sharevb/it-tools/pkgs/container/it-tools) |
@sharevb is attempting to deploy a commit to the Corentin Thomasset's Team Team on Vercel. A member of the Team first needs to authorize it. |
Quality Gate passedIssues Measures |
Fix #1271