Can I use 444RGB or 555RGB in python?

前端 未结 0 515
情书的邮戳
情书的邮戳 2021-01-12 07:34

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题