Skip to content

Commit

Permalink
Merge branch 'release/0.2.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
soeren-kirchner committed Nov 10, 2019
2 parents 5f94abb + d3f70f0 commit 8265821
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,18 @@ For installation open a terminal and type the following line into the command li
pip install pyimgbatch
```

## Documentation

For further information please read the documentation:

[https://soeren-kirchner.github.io/pyimgbatch/quickstart.html](https://soeren-kirchner.github.io/pyimgbatch/quickstart.html)

## Usage on command line

The simplest usage is to change to the folder containing the images with

```
cd /folder/wit/images
cd /folder/with/images
```
and type

Expand Down Expand Up @@ -112,7 +118,7 @@ creating: lama-4540160/[email protected]
As you see you can specify defaults, so you don't need to repeat yourself.
The more specific option is used instead of the more general one. So in this example, all images get the prefix "web." except the last, because the more specific prefix is here given as "preview."

*Hint: The file names are a little strange because I've downloaded the from the free image stock [pixabay](https://pixabay.com) and I haven't changed the Name so you can search for the pics or the photographer if you want.*
*Hint: The file names are a little strange because I've downloaded the images from the free image stock [pixabay](https://pixabay.com) and I haven't changed the Name so you can search for the pics or the photographer if you want.*

### Full image project file

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"Topic :: Utilities"
],
python_requires='>=3.6',
version="0.2.6post2",
version="0.2.7",
# version_config={
# "version_format": "{tag}.dev{sha}",
# "starting_version": "0.1.0"
Expand Down

0 comments on commit 8265821

Please sign in to comment.