tilt shift on windows mashine
Posted: 2015-06-22T02:48:54-07:00
Hi there.
I am trying to use tilt-shift script:
so on my opinion on windows it looks like these:
but i've got error:
I use ImageMagick-6.9.1-6-Q16-x64-dll.exe via windows 7 x64
I am trying to use tilt-shift script:
Code: Select all
convert beijing_md.jpg -sigmoidal-contrast 15x30% \
\( +clone -sparse-color Barycentric '0,0 black 0,%h gray80' \
-solarize 50% -level 50%,0 -write mpr:blur_map \) \
-compose Blur -set option:compose:args 10x0 -composite \
mpr:blur_map \
-compose Blur -set option:compose:args 0x10 -composite \
beijing_model_2pass.jpg
Code: Select all
convert c:\del\00000001.JPG -sigmoidal-contrast 15x30%( +clone -sparse-color Barycentric '0,0 black 0,%h gray80' -solarize 50% -level 50%,0 -write mpr:blur_map) -compose Blur -set option:compose:args 10x0 -composite mpr:blur_map -compose Blur -set option:compose:args 0x10 -composite c:\del\000000011.JPG
Code: Select all
convert.exe: invalid argument for option `sparse-color': Invalid number of Argum
ents @ error/mogrify.c/SparseColorOption/519.
convert.exe: unable to open image `black': No such file or directory @ error/blo
b.c/OpenBlob/2695.
convert.exe: no decode delegate for this image format `' @ error/constitute.c/Re
adImage/501.
convert.exe: unable to open image `0,%h': No such file or directory @ error/blob
.c/OpenBlob/2695.
convert.exe: no decode delegate for this image format `' @ error/constitute.c/Re
adImage/501.
convert.exe: unable to open image `gray80'': No such file or directory @ error/b
lob.c/OpenBlob/2695.
convert.exe: no decode delegate for this image format `' @ error/constitute.c/Re
adImage/501.
convert.exe: unable to get registry ID `blur_map' @ error/registry.c/GetImageReg
istry/201.
convert.exe: no images defined `c:\del\0000000111.JPG' @ error/convert.c/Convert
ImageCommand/3212.