Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias K committed Jan 3, 2020
1 parent 6a5b595 commit 9640da6
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,21 @@ Usage
Use -h to get help:

dalliklick.sh -h

This script creates partially occluded image versions of the input images
Usage: dalliklick.sh <options> imagefiles
-h (this) help
-v print verbose information
-n number of segments, max. 255
-o output image base name (out -> out_NNN.png)
-b background (canvas) image
-m maskimage (with label gray values 1,2,3,...)
-t do not generate temporary directory (working dir is used)

This script creates partially occluded image versions of the input image
Usage: dalliclick.sh <Options> imagefile...
Options:
-h Show this help
-v Increase verbosity (more details on actions)
-n Segments Number of segments, max. 255 (Default 10)
-o Name Output image base name (out -> out_NNN.png)
-b File Background (canvas) image. The output images will have exactly
the size of the background image.
If this is not specified, an artifical background image will be
generated.
-B color Color for filling up images in wrong ratio (only relevant with -b)
-m maskimage User specific mask image with label gray values 1,2,3,...
If this is not specified a random mask image will be generated.
-t Do not generate temporary directory (working dir is used)
-O format Format of output files (Default: png)


0 comments on commit 9640da6

Please sign in to comment.