I am using IM6. Cause the migration currently is to big for us.
My demo file: https://www.dropbox.com/s/u1em6g663helkhi/test.tif?dl=1
Using identify I found, that this tif file has multiple scenes:
- Scene: 0 of 2 - Compression: LZW
- Scene: 1 of 2 - Compression: RLE
My batch process clips the image using the clipping path and renders a png file, using this this command:
Code: Select all
convert -profile 'eciRGB_v2.icc' 'test.tif' -alpha transparent -clip -alpha opaque -density 72 -resize 3000x3000 'export.png'
- export-0.png / correct file output, but wrong file name
- export-1.png / distorted path
If I somehow can ignore the other scene so my export.png will be named exactly 'export.png' - this would be great - any ideas?
Photoshop also just shows one path, which is correct and equals export-0.png: