Code Example


Example 1: create transparent placeholder img

from PIL import Image img = Image.new('RGB', (32,32), color='white') img.save('empty.png') quit()

Example 2: create transparent placeholder img

convert -size 32x32 xc:white empty.jpg

Comments

Popular posts from this blog

Chemistry - Bond Angles In NH3 And NCl3

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Change The Font Size Of Visual Studio Solution Explorer