On Wed, 15 Sep 2010 14:21:38 -0700
[email protected] wrote:
| My understanding is that in general for non-vector formats it should 
| follow the input and for vector formats it should precede the input 
| (for example when converting a cmyk pdf to rgb image).
| 
| However, better results are generally achieved by using profiles, 
| depending upon your actual goal.
| 
| see http://www.imagemagick.org/Usage/formats/#profiles
| 

The way you look at it is that things are applied on the command line
in the order they are given.  so

   read the image
   changes its color space
   write the image.


Setting that effect how images are read will go before the image read.

Many of these are to do with image generation (like -size) or vertor
image reading (like -density).  




  Anthony Thyssen ( System Programmer )    <[email protected]>
 --------------------------------------------------------------------------
   That which does not kill us, makes us stronger!   -- Nietzchean Principle
   What we don't know, can kill us!    --  Larry Niven, "BoarderLand of Sol"
 --------------------------------------------------------------------------
   Anthony's Castle     http://www.cit.griffith.edu.au/~anthony/
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to