I get differant results than example in tutorial
Posted: 2013-04-27T22:54:59-07:00
In the Tilt-Shift Effect I get different results than the example in tutorial, my results are less blurred. I'm using version 6.5.7-8 on Ubuntu 10.04.
Scroll 1/3 down:
http://www.imagemagick.org/Usage/photos
I download this image from the tutorial:
I then run this code from the tutorial with no changes:
But my finished image has less blur than in the tutorial example below:
I don't have my results posted online so I can't link to it, but it has noticeably a lot less blur than the image above. Can anyone give me an idea why I would get different results than the tutorial - My version of imagemagick should be OK.
Thanks.
------------
Scroll 1/3 down:
http://www.imagemagick.org/Usage/photos
I download this image from the tutorial:
I then run this code from the tutorial with no changes:
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 \) \
-compose Blur -set option:compose:args 5 -composite \
beijing_model.jpg
I don't have my results posted online so I can't link to it, but it has noticeably a lot less blur than the image above. Can anyone give me an idea why I would get different results than the tutorial - My version of imagemagick should be OK.
Thanks.
------------