For scripts for all users, see this repository.
A DOSBatch script deployed in main images folder to rename images nicely (mainly remove the brackets and spaces from Windows default bulk renaming). Requires ImageMagick to resize the images and store them in the lq (low quality) folder. Folder structure is as follows;
scripts
| marketing-images.bat
|
+---EG
| +---final
| | +---lq
| | | EG-1.jpg
| | |
| | \---oq
| | EG-1.jpg
| |
| \---raw
| Unedited-EG (1).jpg
...
A shell script (tested with Cygwin) to normalize the file extensions in a folder; this is
mainly used to rename files from uppercase to
lowercase (.JPG
to .jpg
). JPEG is the default
filetype chosen, as we have a lot of uppercase JPG
extensions.
Another shell script to crop, minify, watermark, and make all images comply with specifications required by Hootsuite uploading.
Use any part of these scripts. Get in contact for more information on them.