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

string displaying frame counter should have constant width #12

Open
pariasm opened this issue Jan 19, 2018 · 0 comments
Open

string displaying frame counter should have constant width #12

pariasm opened this issue Jan 19, 2018 · 0 comments

Comments

@pariasm
Copy link
Contributor

pariasm commented Jan 19, 2018

In each window there is a string like this:
"#1 [4/16] path/to/frame/005.png"

When flipping, this string is the only way of knowing which sequence is being displayed in the window. The frame number (i.e. [4/16] should be formatted as
printf("[% Nd/%d]", current_frame, total_frames);
where N is the number of digits of the sequence length. In this way it does not change in width depending on the number of digits of the number.

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

No branches or pull requests

1 participant