Select more than one layer from TIFF and output a flattened JPG
Posted: 2019-06-05T07:59:11-07:00
I have an input file, the file itself I cannot share due to the contents.
The file is a TIFF which contains 4 layers:
I want to take the first two layers and have a JPG output with those two layers flattened as a result.
I can take each layer individually without a problem, but more than one I cannot find how.
Many thanks
The file is a TIFF which contains 4 layers:
Code: Select all
.\image.tif[0] TIFF 4166x3315 4166x3315+0+0 8-bit sRGB 102.1MB 0.250u 0:00.243
.\image.tif[1] TIFF 4166x3315 4166x3315+0+0 8-bit sRGB 102.1MB 0.016u 0:00.028
.\image.tif[2] TIFF 2920x106 2920x106+669+2996 8-bit Grayscale Gray 102.1MB 0.016u 0:00.044
.\image.tif[3] TIFF 2873x2788 2873x2788+672+309 8-bit sRGB 102.1MB 0.016u 0:00.059
I can take each layer individually without a problem, but more than one I cannot find how.
Many thanks