Help with clip path and tif
Posted: 2017-06-29T05:47:54-07:00
Hi,
i've a problem here with clip path in tif-files. According to this site here.
http://www.imagemagick.org/Usage/masking/#clip-path
this should work to use the clip path for removing the background:
in my case i'm using this command here to do the same
The source image is a cmyk-tif with a clip path. It's available here for testing:
https://www.dropbox.com/s/5hxxbybyi01ho ... 0.tif?dl=0
The resulting jpg is here:
https://www.dropbox.com/s/xht8u24wj60yyit/tmp1.jpg?dl=0
Unfortunately i'm not able to remove the image's background.
I've tested this with the following versions and os:
7.0.5-5 Q16 x86_64 2017-04-25 on macOS
7.0.5-6 Q16 x86_64 2017-05-14 on RHEL7
6.7.2-7 2015-07-23 on CentOS
Is there an IM evangelist around who could see, what i'm doing wrong? Is it even possible to do what i want?
Kind regards
i've a problem here with clip path in tif-files. According to this site here.
http://www.imagemagick.org/Usage/masking/#clip-path
this should work to use the clip path for removing the background:
Code: Select all
convert input.tiff -alpha transparent -clip -alpha opaque -strip out.tiff
Code: Select all
convert -colorspace sRGB 3960666_TRIO_H_00.tif -alpha transparent -clip -alpha opaque -strip tmp1.jpg
https://www.dropbox.com/s/5hxxbybyi01ho ... 0.tif?dl=0
The resulting jpg is here:
https://www.dropbox.com/s/xht8u24wj60yyit/tmp1.jpg?dl=0
Unfortunately i'm not able to remove the image's background.
I've tested this with the following versions and os:
7.0.5-5 Q16 x86_64 2017-04-25 on macOS
7.0.5-6 Q16 x86_64 2017-05-14 on RHEL7
6.7.2-7 2015-07-23 on CentOS
Is there an IM evangelist around who could see, what i'm doing wrong? Is it even possible to do what i want?
Kind regards