Skip to content
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

Feature Request: Generate multi-resolution favicon.ico file. #13

Open
warnes opened this issue Sep 12, 2024 · 2 comments
Open

Feature Request: Generate multi-resolution favicon.ico file. #13

warnes opened this issue Sep 12, 2024 · 2 comments

Comments

@warnes
Copy link

warnes commented Sep 12, 2024

This tool works very well, thanks!

It would be helpful if it would automatically create a multi-resolution favicon.ico file containing the various image resolutions.

@warnes
Copy link
Author

warnes commented Sep 12, 2024

ImageMagick command:

mogrify -format ico -density 600 \
    -define icon:auto-resize=256,128,64,48,40,32,24,16 \
    ./favicon-sngroup.com-4-180x180.png

@seadfeng
Copy link
Owner

This tool works very well, thanks!

It would be helpful if it would automatically create a multi-resolution favicon.ico file containing the various image resolutions.

Do not do multi-size generation processing, if the source image size is too small, generate large size is not feasible!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants