-
-
Notifications
You must be signed in to change notification settings - Fork 7
Generate animation assets from SVG #7
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
base: master
Are you sure you want to change the base?
Conversation
This now overlaps somewhat with #5 😅 |
@meisenzahl ah I forgot to mention that I also had to recolor it to white. 😅 |
Co-authored-by: Julian Raschke <julian@raschke.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add imagemagick
to the meson dependencies here since this fails without it installed.
I can't confirm that this works. I get:
|
…ntary/plymouth-theme into generate-animation-assets-from-svg
@danrabbit thanks for testing this. The last commit should fix it. Running
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay spent some time trying to fix this up but there's some issues still:
- It current generates 4 frames per step. This is backwards. We want to repeat the whole animation 4 times to make it go faster, not each frame 4 times which makes it slower. So we should generate symlinks 13-36 as we did before
- The rotated images are kinda blurry. I guess from the resize step? But for some reason we do get some files exported at a larger size without it. So probably need to figure out what the issue is about
- Do we even need a python script here at all? Is there a reason we can't do this in meson?
Closes #6