-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1d6eb2b
commit 64140f6
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
... | ||
|
@@ -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] | ||
|
@@ -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. | ||
|