CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
21.63k stars 2.6k forks source link

PNG2ICO conversion #1271

Open holzerseb opened 1 month ago

holzerseb commented 1 month ago

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

sharevb commented 1 month ago

Hi @holzerseb and @CorentinTh, implemented in PR #1276

steffenrapp commented 4 weeks ago

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?

sharevb commented 3 weeks ago

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