DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
pil save image
from
PIL
import
Image newImg1
=
Image
.
new
(
'RGB'
,
(
512
,
512
)
)
newImg1
.
save
(
"img1.png"
)
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#pil
#save
#image
ADD COMMENT
Topic
COMMENT
Name
9+7 =
Submit