-
-
Notifications
You must be signed in to change notification settings - Fork 746
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
Logo rework #1232
Logo rework #1232
Conversation
@Ralim |
❤️ |
@Ralim This is kind of a PM. I hope you get me right. thank you |
Ah okay apologies, over here its Definitely only intended as a "good" icon; and not to offend. |
Also i should add to answer the other part, absolutely love what you have done with animated logo so far, and I'm excited to see how you put this to use. I spent a while trying to find a lean enough encoding to let some wise animation design work to get a fair few frames in, and I think this should be the most flexible one |
Thank you for respecting that! ❤
I think you did a great job on that one as well. |
Always happy to respect things like that. It's always a case of I just don't know, but always happy to be told about them. I'm assuming the heart is okay, though is there a preferred emoji version of " your awesome/thank you/etc"? I don't meant to stress you by this but knowing that if I build it out your likely to come along and push it; it is excellent motivation to do a decent job the first time around. The classic motivation of knowing something will be used, and therefore the effort is justified. |
Totally missed replying on that. 😓 I absolutely appreciate you acknowledging this!And I am highly honored to be allowed to contribute to your project!When I first stumbled over your 'custom firmware' I was astonished, that someone (you) dared and also managed to supercharge the already beautiful hardware! Flashing the latest build of IronOS and the animation worked flawlessly! Is the duration coupled to a certain amount of frames, or is it totally independent? (Maybe it should be dependent on the duration of the animation and only accept the input from the future duration menu if it is a static picture.) |
This changeset is for adding in support for animated boot logo's so gifs are an option now :) |
So I could tell the artist they can make gifs now? and how are Gifs converted into DFU? |
@discip what is easiest for Artist to do? I'm trying to understand the procedure since we have to explain to new people how to make custom boot logos. @Ralimtek |
|
@river-b My expectation that if its people doing it once off for themselves, it will work like before where they use the python script themselves. If they want to give it back to the community then they can always think about a PR to meta |
This has been working well for me in my testing, and a bit better after the latest tweaks. |
As mentioned above:
and here #1241 (comment) it works for the most part. 😊 |
Did you retest after the push of 8a3a45e ? It changed the inter-frame delay to round to 5ms increments which allows slower frames which should help. Also it brings if its constraining the framerate now. |
Yes I did, since I merged all the changes you created PRs for into my fork. |
I don't know if I was supposed to test the latest commit, but I did and this has unfortunately no effect on the animation being interrupted. |
Which animation are you seeing interruption on? |
Thank you! Now the entire animation is shown, but the last frame is to short, so maybe adding a bit of extra time at the end? |
@discip |
Will do later as you know by now. 😀 I have been thinking about the extra time at the end that it might be not a solution for every case. I will test if duplicating the last frame will still be in the allowable size range. Have a good refreshing night. 😃 regards |
@Ralim |
Still nothing. |
Hmm, which animation is not showing the last frame for the correct time? |
@Ralim |
@discip |
Yep, that is exactly it. 😊
This time I considered that for testing! 😁 But, it still exits immediately after the animation is finished, without waiting for 4s. 🤷♂️ |
Ohh The logo isn't meant to wait for four seconds, that's only for static images |
🤦♂️ Is there a chance to get the 4s as absolute runtime for static images but for animations as addition at the end? |
My intention was that the logo exit's after the gif finishes. |
I am fine with that! |
adding time at the end of the animation would be great because it ends way to fast, thanks for doing this. |
@Ralim |
Support for new logo support that (a) fixes the old endian issue and (b) allows animation.
Removes logo's from this repo and instead places them in the Meta repo.
What is the new behavior (if this is a feature change)?
Other information:
Closes #1173
Closes #1228
Closes #617
Closes #446
Inches closer to supporting #292