-

   rss_habrahabr_of_lokoman

 - e-mail

 

 -

 LiveInternet.ru:
: 16.03.2008
:
:
: 2

:


[ ] PIL Python

, 08 2019 . 23:55 +
, , .

:

image

:

from PIL import Image, ImageDraw 

:

image = Image.open('test.jpg')  #  
draw = ImageDraw.Draw(image)  #    
width = image.size[0]  #  
height = image.size[1]  #  
pix = image.load()  #   


PIL RGB.

https://habr.com/ru/post/451074/?utm_source=habrahabr&utm_medium=rss&utm_campaign=451074

:  

: [1] []
 

:
: 

: ( )

:

  URL