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

gui: add zero-padding to numbers when saving frames #217

Merged
merged 1 commit into from
Feb 25, 2023

Conversation

Hyask
Copy link
Contributor

@Hyask Hyask commented Dec 6, 2022

This avoids having an output folder looking like this:


10.png
11.png
12.png
13.png
14.png
15.png
16.png
17.png
18.png
19.png
1.png
20.png
21.png
22.png
23.png
24.png
25.png
26.png
27.png
28.png
29.png
2.png
30.png
31.png
32.png
33.png
34.png
35.png
36.png
37.png
38.png
39.png
3.png
40.png
41.png
42.png
...

Now it rather looks like this:

00001.png
00002.png
00003.png
00004.png
00005.png
00006.png
00007.png
00008.png
00009.png
00010.png
00011.png
00012.png
00013.png
00014.png
00015.png
00016.png
00017.png
00018.png
00019.png
00020.png
00021.png
00022.png
00023.png
00024.png
00025.png
00026.png
00027.png
00028.png
00029.png
00030.png
00031.png
00032.png
00033.png
00034.png
00035.png
00036.png
00037.png
00038.png
00039.png
00040.png
00041.png
00042.png
...

@andrewssobral
Copy link
Owner

Hi @Hyask ,
Thank you for your contribution!

@andrewssobral andrewssobral merged commit 6e8d3ab into andrewssobral:master Feb 25, 2023
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.

2 participants