Page 1 of 1
convert -adjoin results on a multitiff with inverted colors
Posted: 2008-07-30T08:21:09-07:00
by rpgomes
Hi,
I used the command:
convert -adjoin 0001.tif 0002.tif 0003.tif M0001.tif
The images were joined, but in inverted way. White/black became black/white.
Witch option should I use to avoid this?
Thank you
Rui Gomes
Re: convert -adjoin results on a multitiff with inverted colors
Posted: 2008-07-30T08:29:05-07:00
by rpgomes
Hi again,
I tried -negate option and it works fine.
Thanks
Rui Gomes
Re: convert -adjoin results on a multitiff with inverted colors
Posted: 2008-07-30T11:06:34-07:00
by fmw42
For tif you don't need adjoin, I don't think.
Have you tried
convert image1.tif image2.tif ... imageN.tif multiframe.tif
perhaps the inverted colors is due to +adjoin
Re: convert -adjoin results on a multitiff with inverted colors
Posted: 2008-07-30T19:29:50-07:00
by anthony
Inverted colors will be nothing to do with adjoin, but the input Tiff file format. There is an option to fix the reading of the file for these types of tiffs.
Re: convert -adjoin results on a multitiff with inverted colors
Posted: 2008-07-31T01:27:27-07:00
by rpgomes
Can you help me on that option?
Thanks
Re: convert -adjoin results on a multitiff with inverted colors
Posted: 2008-07-31T02:23:37-07:00
by fmw42