Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
soeren-kirchner committed Nov 9, 2019
1 parent 1d6eb2b commit 64140f6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ pyimgbatch -c myprj.json
```
produces the following output:
```
progressing: french-bulldog-4530685.jpg
processing: french-bulldog-4530685.jpg
creating: french-bulldog-4530685.w1000.jpg
creating: french-bulldog-4530685.h1200.jpg
progressing: coast-4478424.jpg
processing: coast-4478424.jpg
creating: coast-4478424.w1000.jpg
creating: coast-4478424.h1200.jpg
...
pprogressing: beaded-2137080_1920-cmyk-iso-eci.tif
processing: beaded-2137080_1920-cmyk-iso-eci.tif
creating: beaded-2137080_1920-cmyk-iso-eci.w1000.jpg
creating: beaded-2137080_1920-cmyk-iso-eci.h1200.jpg
...
Expand Down Expand Up @@ -93,6 +93,7 @@ An example could look as follow.
This will create 12 destination images for each imput image. For a image "lama-4540160.jpg" you get:

```
...
creating: lama-4540160/[email protected]
creating: lama-4540160/[email protected]
creating: lama-4540160/[email protected]
Expand All @@ -105,6 +106,7 @@ creating: lama-4540160/[email protected]
creating: lama-4540160/[email protected]
creating: lama-4540160/[email protected]
creating: lama-4540160/[email protected]
...
```

As you see you can specify defaults, so you don't need to repeat yourself.
Expand Down

0 comments on commit 64140f6

Please sign in to comment.