I\'m using 24b RGB format (888, 8bits for each color) with below pillow.
from PIL import Image img = Image.new(( \'RGB\', (360,360), "black") pixel