Jon-Becker / nft-generator-py

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

Substitute convert('RGB') for convert('RGBA') #33

Closed tnkerer closed 2 years ago

tnkerer commented 2 years ago

Using convert('RGBA') for all instances allows the final composite image to have a transparent background if the background layer isn't perfectly squared nor rectangular.

Jon-Becker commented 2 years ago

Thanks for contributing!