i have a tiff image, which has a clipping path (and as far as i can tell, it is already transparent).
This command, does its job perfectly fine
Code: Select all
convert apu80365.tif[0] -alpha transparent -clip -alpha opaque clipped.png
Code: Select all
convert apu80365.tif[0] -trim +repage trimmed.png
if i combine these commands:
Code: Select all
convert apu80365.tif[0] -alpha transparent -clip -alpha opaque -trim clipped.png
The example image is here:
https://owncloud.arithnea.de/public.php ... c46c1a811c
thank you very much in advance for your help.
My IM Version:
Code: Select all
Version: ImageMagick 7.0.3-8 Q16 x64 2016-11-24 http://www.imagemagick.org
Bernhard