when i try this: convert xaaa.tif dummy0.tif
the dummy0.tif will be displayed as negative when i try to embedd the Image into Microsoft Word.
i'm currently using version: ImageMagick 6.3.8 01/25/08 Q16 for Windows
Do you have any ideas, what i'm doing wrong?
convert a.tif b.tif produces a negative output tif
convert a.tif b.tif produces a negative output tif
Last edited by akustik on 2008-02-12T03:06:22-07:00, edited 1 time in total.
Re: convert a.tif b.tif produces a negative output tif
Set your photometic interpretation like this:
- convert -define quantum:polarity=min-is-white xaaa.tif dummy0.tif
Re: convert a.tif b.tif produces a negative output tif
Would this work the other way? I have printed rap sheets with forensic information on them which are totally reverse
in polarity when they conclude their operational process. I would like to flip the polarity on them so they look "normal".
in polarity when they conclude their operational process. I would like to flip the polarity on them so they look "normal".
Re: convert a.tif b.tif produces a negative output tif
Many thanks Magick!!!! That works, perfekt!magick wrote:Set your photometic interpretation like this:
- convert -define quantum:polarity=min-is-white xaaa.tif dummy0.tif