rounakbanik / generative-art-nft

A generative art library for NFT avatar and collectible projects.
MIT License
749 stars 369 forks source link

Update metadata.py #15

Open jremeh opened 2 years ago

jremeh commented 2 years ago

Provides a more accurate length of image name produced from the nft.py script for cases like 10, 100, 1000...

rounakbanik commented 2 years ago

Let's say the library creates 100 unique images. How would the naming schem change as compared to what it is right now?

jremeh commented 2 years ago

The naming scheme in the json for now will be 000.png 001.png 002.png... 099.png With the changes, it'll be 00.png 01.png 02.png... 99.png