Tiff layers - not merging layers correctly
Posted: 2016-03-02T04:38:13-07:00
Hi,
I am converting tif image into jpg. Tif image has layers - one with green color and one with purple. When I open the original image, the default color is purple. But after converting to jpg the default color is green.
Interesting is that in Windows preview the image is purple but in editor it is green. The layers are somehow mixed-up. Is there any way to convert the image into the purple layer withou selecting the layers manually?
https://www.dropbox.com/s/bshr75lxali1g ... e.tif?dl=0
https://www.dropbox.com/s/azs3vscfp17d0 ... 1.jpg?dl=0
Thanks a lot for the answer!
I am converting tif image into jpg. Tif image has layers - one with green color and one with purple. When I open the original image, the default color is purple. But after converting to jpg the default color is green.
Interesting is that in Windows preview the image is purple but in editor it is green. The layers are somehow mixed-up. Is there any way to convert the image into the purple layer withou selecting the layers manually?
Code: Select all
-quiet "test - kopie.tif" +profile \"!8bim,*\" -units PixelsPerInch -density 300 -layers flatten "1090111.jpg"
https://www.dropbox.com/s/azs3vscfp17d0 ... 1.jpg?dl=0
Thanks a lot for the answer!