it-tools
it-tools copied to clipboard
PNG2ICO conversion
What type of request is this?
New tool idea
Clear and concise description of the feature you are proposing
Thanks for the fantastic project! I love IT-Tools. There is one feature I would love to see: PNG/JPG/TIFF to ICO, as well as ICO to PNG/JPG/TIFF Conversion. I regularly need to convert images to ico files for development purposes. Currently I need to manually do this in Gimp or through some online converter - but it would be fantastic if I could just use IT-Tools for that. ICO conversion should be possible client side also.
Is their example of this tool in the wild?
https://convertio.co/png-ico/
Additional context
No response
Validations
- [X] Check the feature is not already implemented in the project.
- [X] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
- [X] Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).
Hi @holzerseb and @CorentinTh, implemented in PR #1276
Wouldn't it make sense to follow a more global approach like convert any image format to any other image format in one tool instead of limiting it to exactly these formats?
Hi @steffenrapp, this tool is a kind of "special conversion" since ICO contains more than one image resolution. But a tool that convert between image format could also be interesting
Notification about this must have slipped by just found this as I needed the feature today again :smiling, thank you so much @sharevb for the implementation, I hope the PR can be merged in an upcoming update, thank you!
Hi @holzerseb @steffenrapp , implemented: https://sharevb-it-tools.vercel.app/ico-converter, https://sharevb-it-tools.vercel.app/image-converter
And if you are interested in an up to date version of it-tools, with many improvements, new tools, and bug fixes, as this repo is almost no more maintained, I made 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)
Oh that‘s nice! Gonna check it out later - Thank you ❤️