- 1. PIL
- 2. PIL - Pillow
- 2.1. Install Pillow
- 2.2. Create First Image
- 2.3. Write Text on Image
- 2.4. Select font for Text on Image
- 2.5. Font directories
- 2.6. Get size of an Image
- 2.7. Get size of text
- 2.8. Resize an existing Image
- 2.9. Crop an existing Image
- 2.10. Combine two images
- 2.11. Rotated text
- 2.12. Rotated text in top-right corner
- 2.13. Embed image (put one image on another one)
- 2.14. Draw a triangle
- 2.15. Draw a triangle and write text in it
- 2.16. Draw a triangle and write rotated text in it
- 2.17. Draw a rectangle
- 2.18. Draw circle
- 2.19. Draw heart
- 2.20. Rectangle with rounded corners
- 2.21. TODO