We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After following the instructions posted at this site:
cd ~/solseum-nft-generator/input/assets find . -name "*.png" -exec file {} + | more ./6-patches/10-patched_right.png: PNG image data, 512 x 512, 8-bit/color RGBA, non-interlaced ./6-patches/75-patched_both.png: PNG image data, 512 x 512, 8-bit/color RGBA, non-interlaced ./6-patches/10-patched_left.png: PNG image data, 512 x 512, 8-bit/color RGBA, non-interlaced ./6-patches/5-no_patched.png: PNG image data, 512 x 512, 8-bit/color RGBA, non-interlaced .....
python3 main.py -g 10000 -p 500 -w 1000 -r 1
cd ~/solseum-nft-generator/output/nfts/public_mint_assets/ find . -name "*.png" -exec file {} + | more ./88.png: PNG image data, 1600 x 1600, 8-bit/color RGBA, non-interlaced ./118.png: PNG image data, 1600 x 1600, 8-bit/color RGBA, non-interlaced ./54.png: PNG image data, 1600 x 1600, 8-bit/color RGBA, non-interlaced ./14.png: PNG image data, 1600 x 1600, 8-bit/color RGBA, non-interlaced ./109.png: PNG image data, 1600 x 1600, 8-bit/color RGBA, non-interlaced ./200.png: PNG image data, 1600 x 1600, 8-bit/color RGBA, non-interlaced ..... The images size is 1600x1600 instead of 512x512.. Python problem or need extra configuration to force build 512x512 image?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After following the instructions posted at this site:
The text was updated successfully, but these errors were encountered: