aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2022-11-17 11:46:52 -0800
committerclarkzjw <[email protected]>2022-11-17 11:46:52 -0800
commit727240c777b212e6191ff5acbfd4b994d37ca2b2 (patch)
treed33cd3bdbb45f58c9385991107a2428ad45b66f8
parentef28d811dfde84b7da282af79029c075367ab8aa (diff)
downloadSquare-727240c777b212e6191ff5acbfd4b994d37ca2b2.tar.gz
+ update README
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 024e898..39278df 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,12 @@
2 2
3Personal image processing routine 3Personal 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. 7Batch rename RAW image files with date and time prefix using `exiftool`
8
9Currently only tested with Canon `.CR2`, `.CR3` and `.dng` files from Pixel phones.
10
11`square.py`
12
13Add drop shadow to an image and make it square.
Powered by cgit v1.2.3 (git 2.41.0)