-
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
10856c8
commit 33f51da
Showing
1 changed file
with
8 additions
and
2 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 |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
||
|