[magick-users] convert -level problem
Fernando Tortosa
fernandokts at msn.com
Wed Mar 4 02:20:07 UTC 2009
It still doesn't works.
With other filters the parentheses are being respected even without "respect-parentheses"
Thank you for your reply.
> see -respect-parenthesis
> http://www.imagemagick.org/script/command-line-options.php#respect-parentheses
>
> convert -respect-parenthesis \( rose: -level 70,75% \) \( rose: \)
> -compose Screen -composite rose.jpg
>
>
> >When I use convert with the -level parameter, it affects everything
> >in the command, even if I separate the other images with "\( \)"
> >
> >Example:
> >convert \( rose: -level 70,75% \) \( rose: \) -compose Screen
> >-composite rose.jpg
> >
> >When I use the above command, the first and the second "rose" is
> >affected by -level.
> >
> >But when I do exactly the same thing with any other parameter, like
> >blur, it works ok (affecting only the first "rose:").
> >
> >Example:
> >convert \( rose: -blur 0x5 \) \( rose: \) -compose Screen -composite rose.jpg
> >
> >The above command works fine.
> >
> >I'm currently using ImageMagick 6.4.9-3 in linux.
_________________________________________________________________
Descubre todas las formas en que puedes estar en contacto con amigos y familiares.
http://www.microsoft.com/windows/windowslive/default.aspx
More information about the Magick-users
mailing list