[=] line endings fix

This commit is contained in:
VoidVolker 2015-08-05 22:07:05 +03:00
parent 777be946f9
commit 55f3e6724e
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ resultExt=''
resizeFilter='' # http://www.imagemagick.org/Usage/filter/
# resultDir='./sliceResult'
resultDir=''
# 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)
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.