├── Halogen.ttf ├── mask.png ├── owl.jpg ├── picture.jpg ├── pillow1_basics.py ├── pillow2_manipulation.py ├── pillow3_enhance.py ├── pillow4_filters.py ├── pillow5_colors.py ├── pillow6_ImageOps.py ├── pillow7_deformer.py ├── pillow8_shapes.py ├── pillow9_merging.py └── python.png /Halogen.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clear-code-projects/Pillow/HEAD/Halogen.ttf -------------------------------------------------------------------------------- /mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clear-code-projects/Pillow/HEAD/mask.png -------------------------------------------------------------------------------- /owl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clear-code-projects/Pillow/HEAD/owl.jpg -------------------------------------------------------------------------------- /picture.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clear-code-projects/Pillow/HEAD/picture.jpg -------------------------------------------------------------------------------- /pillow1_basics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clear-code-projects/Pillow/HEAD/pillow1_basics.py -------------------------------------------------------------------------------- /pillow2_manipulation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clear-code-projects/Pillow/HEAD/pillow2_manipulation.py -------------------------------------------------------------------------------- /pillow3_enhance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clear-code-projects/Pillow/HEAD/pillow3_enhance.py -------------------------------------------------------------------------------- /pillow4_filters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clear-code-projects/Pillow/HEAD/pillow4_filters.py -------------------------------------------------------------------------------- /pillow5_colors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clear-code-projects/Pillow/HEAD/pillow5_colors.py -------------------------------------------------------------------------------- /pillow6_ImageOps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clear-code-projects/Pillow/HEAD/pillow6_ImageOps.py -------------------------------------------------------------------------------- /pillow7_deformer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clear-code-projects/Pillow/HEAD/pillow7_deformer.py -------------------------------------------------------------------------------- /pillow8_shapes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clear-code-projects/Pillow/HEAD/pillow8_shapes.py -------------------------------------------------------------------------------- /pillow9_merging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clear-code-projects/Pillow/HEAD/pillow9_merging.py -------------------------------------------------------------------------------- /python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/clear-code-projects/Pillow/HEAD/python.png --------------------------------------------------------------------------------