when you used
if [ "06060705" -ge "06040805" ] && echo "true"; then
Did you get the usual error message? If not, try
if [ "06060705" -ge "06040805" ]; then
That is hard code your IM version in each of the conditionals.
Then put in echo statements before the if statement to be sure the arguments you supply are getting used.
echo "spread=$spread, density=$density, curviness=$curviness; seed=$seed; im_version=$im_version"
also write the tmp0 as output so that you can see if it is an approapriate noise image
-write $tmp0 tmp0.png
El_Supremo: can you try my disperse script on your system?
Scripts problems - IM and Cygwin
-
- Posts: 1015
- Joined: 2005-03-21T21:16:57-07:00
Re: Scripts problems - IM and Cygwin
can you try my disperse script on your system?
Code: Select all
./disperse -s 5 -d 5 -c 5 flower.jpg flower_1.jpg
Pete
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
See my message in this topic for a link to a zip of all the files.
Re: Scripts problems - IM and Cygwin
Well... thanks for all the effort. I suppose I have settings wrong somewhere?