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

added script to generate a spinning gif of the logo #4

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Mast3rwaf1z
Copy link
Member

@Mast3rwaf1z Mast3rwaf1z commented Oct 25, 2023

this script uses the centered-logo.png file by default, but takes a different image as argument

Also added is a centered version of the logo as a PNG. Pillow does not support SVG.

Fixes #5

@Mast3rwaf1z
Copy link
Member Author

#5 should be implemented with the centered logo in this PR

it was centered in GIMP by isolating the circle, centering the circle, noting down the coordinate difference. Then moving the entire logo by this difference

image

Copy link

@atjn atjn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very cool!

It seems pretty chaotic to put all this into the root directory. Could you put the script in a subdirectory and make it output the spinners there? Then you could also add a README with a few notes on how to run the script and what it outputs :)

I think it makes sense to leave centered-logo.png in the root directory.

I assume that you meant to delete logo_centered.png?

@@ -0,0 +1 @@
*.gif
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please namespace this, otherwise we can never submit a gif source file to this repo.

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.

Have a truly centered logo
2 participants