diff options
-rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -2,6 +2,12 @@ | |||
2 | 2 | ||
3 | Personal image processing routine | 3 | Personal image processing routine |
4 | 4 | ||
5 | `exif.py`: Batch rename RAW image files with date and time prefix. | 5 | `exif.py` |
6 | 6 | ||
7 | `square.py`: Add drop shadow to an image and make it square. | 7 | Batch rename RAW image files with date and time prefix using `exiftool` |
8 | |||
9 | Currently only tested with Canon `.CR2`, `.CR3` and `.dng` files from Pixel phones. | ||
10 | |||
11 | `square.py` | ||
12 | |||
13 | Add drop shadow to an image and make it square. | ||