Updated readme and added a placeholder for imagemagick folder

This commit is contained in:
2018-11-20 07:59:41 -05:00
parent b5b17ab248
commit 006f5ac204
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@@ -3,6 +3,7 @@ web-files/*
!full-res-files/DELETE-ME.txt
!web-files/DELETE-ME.txt
imagemagick/*
!imagemagick/PLACEHOLDER.txt
profile.icc
imagemagick.zip
imagemagick.tar.gz

View File

@@ -11,4 +11,6 @@ I'm a photographer. I regularly need to save jpegs for web. This is a python scr
### Running
1. Run `convert.py` - This convert files into the web-files folder.
1. Run `convert.py`
* This will download ImageMagick into the imagemagick folder.
* This convert files into the web-files folder.

View File