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

Replace favicon.ico with an actual ICO file #582

Merged
merged 1 commit into from Sep 23, 2022
Merged

Conversation

mapreri
Copy link
Contributor

@mapreri mapreri commented Sep 19, 2022

Previous it actually was a PNG.

Before:
% file docs/images/favicon.ico
docs/images/favicon.ico: PNG image data, 32 x 32, 8-bit/color RGBA, non-interlaced

After:
% file docs/images/favicon.ico
docs/images/favicon.ico: MS Windows icon resource - 5 icons, -128x-128, 32 bits/pixel, 64x64, 32 bits/pixel

I converted using:
% convert logo.png -define icon:auto-resize=128,64,48,32,16 favicon.ico

Previous it actually was a PNG.

Before:
% file docs/images/favicon.ico
docs/images/favicon.ico: PNG image data, 32 x 32, 8-bit/color RGBA, non-interlaced

After:
% file docs/images/favicon.ico
docs/images/favicon.ico: MS Windows icon resource - 5 icons, -128x-128, 32 bits/pixel, 64x64, 32 bits/pixel

I converted using:
% convert logo.png -define icon:auto-resize=128,64,48,32,16 favicon.ico

Signed-off-by: Mattia Rizzolo <mattia@mapreri.org>
@auvipy auvipy merged commit dde7b29 into celery:master Sep 23, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants