[=] line endings fix
This commit is contained in:
parent
777be946f9
commit
55f3e6724e
|
@ -8,6 +8,7 @@ resultExt=''
|
||||||
resizeFilter='' # http://www.imagemagick.org/Usage/filter/
|
resizeFilter='' # http://www.imagemagick.org/Usage/filter/
|
||||||
# resultDir='./sliceResult'
|
# resultDir='./sliceResult'
|
||||||
resultDir=''
|
resultDir=''
|
||||||
|
|
||||||
# Selector fo slicer: A or B
|
# Selector fo slicer: A or B
|
||||||
scaleFromImage=true # Type of scaling: if true - scale calculates from image size to down (slicer A), if false - image scale starts from tile size and grow up (slicer B)
|
scaleFromImage=true # Type of scaling: if true - scale calculates from image size to down (slicer A), if false - image scale starts from tile size and grow up (slicer B)
|
||||||
gravity='NorthWest' # Image positioning (from this option depends, which tiles sides can be cropped, if it not full size). Choices include: 'NorthWest', 'North', 'NorthEast', 'West', 'Center', 'East', 'SouthWest', 'South', 'SouthEast'. Use -list gravity to get a complete list of -gravity settings available in your ImageMagick installation.
|
gravity='NorthWest' # Image positioning (from this option depends, which tiles sides can be cropped, if it not full size). Choices include: 'NorthWest', 'North', 'NorthEast', 'West', 'Center', 'East', 'SouthWest', 'South', 'SouthEast'. Use -list gravity to get a complete list of -gravity settings available in your ImageMagick installation.
|
||||||
|
|
Loading…
Reference in New Issue