-
Notifications
You must be signed in to change notification settings - Fork 11
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
New logo format preview #1
Conversation
@discip Note: This wont make images you can test yet. Going to note; the current IronOS gif looks siick but doesnt encode well :( (Movement isnt great for delta encoding) so we only get first ~6 frames. Anyway... opening door to you asking me a lot of questions now :) |
For now I was sorta thinking you might run the python script, as it will output things like
Not yet, please note the text at the top of this PR.
Not currently, if those dont exist as an Issue at IronOS, could you add one? That gif is what I was thinking :D Since it has a lower frame to frame change, it can encode nicely, if you look at the action https://github.com/Ralim/IronOS-Meta/runs/5194049535?check_suite_focus=true in the first build logo's run you can see that all the frames fitted (no truncation warning). So you can add more frames until it starts truncating. The less that changes frame to frame, the more of them you can have (if that makes sense); since they are delta encoded (we only store the difference frame to frame) unless you change the entire frame (then its smaller to store the whole thing).
Nope, that is a bug still to be fixed |
replacing IronOS.gif
Run it on my machine, or let it run here using actions?
😅 Was aware of this, but the other phrase confused me a bit:
Yes will do. 😊
I am not sure if I got that right, since you are talking about 6 frames and above even 7 max.
Is Frames the equivalent for sprites (individual pictures)? |
Either, dont care which :)
Not that I'm aware of at least
Ah, as in frame of the gif, since the give IronOS.gif (for example) was ~20 frames of animation; at 10fps. The code will measure the fps based off the first frame. Yep, it will pack frames until either the end of the gif or adding the next frame would exceed 1024 bytes. |
😃
👍Than I will definitively test a bit more to get the most out of the IronOS.gif! |
@Ralim
not read
|
Ah yeah can definitely do that for you |
None of the files this branch makes will work in IronOS yet
None of the files this branch makes will work in IronOS yet
None of the files this branch makes will work in IronOS yet
Please do not expect any files to be usable on a device yet
This is doing a few things:
Todo: