We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b7f6e commit 3389c9fCopy full SHA for 3389c9f
AUTOMATION/PhotoResizing/README.md
@@ -0,0 +1,18 @@
1
+# Photo Resizing
2
+
3
+### Description
4
5
+I built this program because my company needs all employee badge photos to be the same size for
6
+posting in the employee directory. Photos are taken at multiple sites using different cameras,
7
+resulting in multiple photos of different sizes each week.
8
9
+This program automates the process resizing each photo and saving it in a specific directory.
10
11
+### Functionality
12
+- Image file resizing (of course!)
13
+- Archiving
14
+- Directory clean-up
15
16
+### Instructions
17
+Simply pip install the requirements.txt and run!
18
AUTOMATION/PhotoResizing/requirements.txt
@@ -0,0 +1,2 @@
+Pillow==9.2.0
+win32-setctime==1.1.0
0 commit comments