[magick-users] Re: Operator order

Michael Ashton mfogghsd at gmail.com
Sat Mar 3 14:07:36 CST 2007


On 3/3/07, omicronpersei8 at imagemagick.org <omicronpersei8 at imagemagick.org >
wrote:

> > convert MyRGBImage.jpg -contrast -profile MyRGBInputProfile.icc \
> > -profile MyCMYKOutputProfile.icc -modulate 90,110 MyCMYKImage.jpg
>
> the rest are image operators which are applied to the image in command
> line order.


Thanks for the reply, however, my question and example are more specific. I
guess what I'm asking is: does the appearance of the second "-profile"
operator cause the color space conversion (RGB -> CMYK) to occur at exactly
that point and, therefore, is the "-modulate" operator applied to the
converted color space (CMYK)?

I understand that operators are applied in command line order. My second
question was whether or not the order matters. Can the result of "-contrast
-level -modulate" differ from that of "-level -modulate -contrast"?

Thanks for your help.

Michael Ashton


More information about the Magick-users mailing list