readme fix
This commit is contained in:
parent
97e648d15c
commit
b75caa11af
16
README.md
16
README.md
|
@ -40,7 +40,7 @@ Show full help for all options.
|
||||||
|
|
||||||
## Options list
|
## Options list
|
||||||
|
|
||||||
### [ -v, --verbose <level> ]
|
### [ -v, --verbose <level> ]
|
||||||
|
|
||||||
User-selected verbosity levels (0=none, 1=warnings, 2=warnings+info, 3=warning+info+debug)
|
User-selected verbosity levels (0=none, 1=warnings, 2=warnings+info, 3=warning+info+debug)
|
||||||
Also, exists short commands for each level: -v0 -v1 -v2 -v3
|
Also, exists short commands for each level: -v0 -v1 -v2 -v3
|
||||||
|
@ -49,13 +49,13 @@ Default: 0
|
||||||
|
|
||||||
Type: int
|
Type: int
|
||||||
|
|
||||||
### [ -i, --in <file_path> ]
|
### [ -i, --in <file_path> ]
|
||||||
|
|
||||||
Input file to slice.
|
Input file to slice.
|
||||||
|
|
||||||
Type: str
|
Type: str
|
||||||
|
|
||||||
### [ -o, --out <directory_path> ]
|
### [ -o, --out <directory_path> ]
|
||||||
|
|
||||||
Output directory for result.
|
Output directory for result.
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ Default: same as source
|
||||||
|
|
||||||
Type: str
|
Type: str
|
||||||
|
|
||||||
### [ -e, --extension <file_extesion> ]
|
### [ -e, --extension <file_extesion> ]
|
||||||
|
|
||||||
Set result files extension.
|
Set result files extension.
|
||||||
|
|
||||||
|
@ -71,7 +71,7 @@ Default: same as source
|
||||||
|
|
||||||
Type: str
|
Type: str
|
||||||
|
|
||||||
### [ -w, --width <tile_width> ]
|
### [ -w, --width <tile_width> ]
|
||||||
|
|
||||||
Set tile width.
|
Set tile width.
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@ Default: 256 pixels or same as height, if height is present.
|
||||||
|
|
||||||
Type: int
|
Type: int
|
||||||
|
|
||||||
### [ -h, --height <tile_height> ]
|
### [ -h, --height <tile_height> ]
|
||||||
|
|
||||||
Set tile height
|
Set tile height
|
||||||
|
|
||||||
|
@ -87,7 +87,7 @@ Default: 256 pixels or same as width, if width is present.
|
||||||
|
|
||||||
Type: int
|
Type: int
|
||||||
|
|
||||||
### [ -s, --step <zoom_step_value> ]
|
### [ -s, --step <zoom_step_value> ]
|
||||||
|
|
||||||
Zoom step value. Formula:
|
Zoom step value. Formula:
|
||||||
|
|
||||||
|
@ -111,7 +111,7 @@ Specifies additional imagemagick options for 'convert'.
|
||||||
|
|
||||||
Type: str
|
Type: str
|
||||||
|
|
||||||
### [ -g, --gravity <type> ]
|
### [ -g, --gravity <type> ]
|
||||||
|
|
||||||
Types: `NorthWest North NorthEast West Center East SouthWest South SouthEast`
|
Types: `NorthWest North NorthEast West Center East SouthWest South SouthEast`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue