Pillow library: Difference between revisions
(Created page with "==Basic== <source lang="python"> from PIL import Image, ImageFilter, ImageDraw import os import random from random import choice, randint image1 = Image.open('t1.jpg') </so...") |
(→Basic) |
||
Line 1: | Line 1: | ||
==Basic== | ==Basic== | ||
===Experiment with my photo=== | |||
[[File:pil1.png|400px|thumb|left|alt text]] | |||
[[File:pil2.png|400px|thumb|left|alt text]] | |||