On 3/3/07, [EMAIL PROTECTED] <[EMAIL PROTECTED] > 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 _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
