Skip to content

Commit

Permalink
new samples
Browse files Browse the repository at this point in the history
  • Loading branch information
soeren-kirchner committed Nov 8, 2019
1 parent a0033ce commit a79e220
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
4 changes: 2 additions & 2 deletions examples/pyimgbatch-short.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "web set",
"comment": "some sample pictures",
"source": "web_set/source",
"dest": "web_set/dest",
"source": "webset/source",
"dest": "webset/dest",
"prefix": "default-prefix.",
"configs": [
{ "width": 180, "suffix": ".w180", "webset": "@3x" },
Expand Down
21 changes: 10 additions & 11 deletions examples/pyimgbatch.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"comment": "test pyImgBatch",
"comment": "pyImgBatch demo project",
"debug": true,
"no-progess": false,
"projects": [
{
"name": "web set",
"comment": "some sample pictures",
"source": "web_set/source",
"dest": "web_set/dest",
"prefix": "default-prefix.",
"source": "webset/source",
"dest": "webset/dest",
"prefix": "web.",
"configs": [
{ "width": 180, "suffix": ".w180", "webset": "@3x" },
{ "width": 300, "suffix": ".w400", "webset": "@3x" },
Expand All @@ -17,15 +17,14 @@
]
},
{
"name": "assets of project y",
"source": "/folder/of/project/x/source/images",
"dest": "/folder/of/project/x/results",
"name": "images to thumbnails",
"source": "to-thumbnails/originals",
"dest": "to-thumbnails/thumbnails",
"subfolder": false,
"prefix": "web.",
"prefix": "thumb.",
"configs": [
{ "width": 200, "suffix": ".mini", "webset": "@3x" },
{ "width": 250, "suffix": ".midi", "webset": "@3x" },
{ "height": 1800, "prefix": "big.", "subfolder": true }
{"height": 300},
{"prefix": "smallthumb.", "height": 200}
]
}
]
Expand Down

0 comments on commit a79e220

Please sign in to comment.