-
I am looking to use Python to programmatically generate 32px by 32px images ( upscale to 900x900) from combinations of PNG images in a folder. You can imagine it as simple as avatar generation ( empty face (layer 1) + Hat + Shades + Tshirt ) |
Beta Was this translation helpful? Give feedback.
Answered by
radarhere
Aug 18, 2021
Replies: 1 comment 1 reply
-
So you are interested in opening images, and pasting them onto each other? Have you taken a look at https://pillow.readthedocs.io/en/stable/reference/Image.html#PIL.Image.Image.paste ? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
radarhere
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So you are interested in opening images, and pasting them onto each other?
Have you taken a look at https://pillow.readthedocs.io/en/stable/reference/Image.html#PIL.Image.Image.paste ?