Q:

create transparent placeholder img

from PIL import Image
img = Image.new('RGB', (32,32), color='white')
img.save('empty.png')
quit()
2
convert -size 32x32 xc:white empty.jpg
0

Tags

New to Communities?

Join the community