Jon-Becker / nft-generator-py

This tool allows users to generate sets of unique images and metadata using weighted layer collections.
MIT License
301 stars 127 forks source link

ValueError: images do not match #16

Closed EON-II closed 2 years ago

EON-II commented 2 years ago

Generating 11 unique NFTs... Traceback (most recent call last): File "index.py", line 110, in generate_unique_images(11, { File "index.py", line 83, in generate_unique_images main_composite = Image.alpha_composite(layers[0], layers[1]) File "/usr/lib/python3/dist-packages/PIL/Image.py", line 2882, in alpha_composite return im1._new(core.alpha_composite(im1.im, im2.im)) ValueError: images do not match

continuously having this issue even though i checked and all files/directories match. index.txt

Jon-Becker commented 2 years ago

The image layers must be the exact same size. IE: 1000x1000.