Search found 3 matches

by gent99
2017-07-12T02:03:36-07:00
Forum: Users
Topic: Help with clip path and tif
Replies: 4
Views: 4771

Re: Help with clip path and tif

Hi Fred,

thanks again. I tested on 6.7.2-7 2015-07-23 on CentOS just because i have this version on an older VM. I did not actually use this version. I also tested the magick command instead of convert. Unfortunately the result ist still the same on mac with 7.0.5-5 Q16 x86_64. I'll try to get 7.0 ...
by gent99
2017-07-11T06:54:12-07:00
Forum: Users
Topic: Help with clip path and tif
Replies: 4
Views: 4771

Re: Help with clip path and tif

Hello Fred,

I tried
convert -quiet 3960666_TRIO_H_00.tif -profile /usr/local/share/colors/icc/AppleRGB.icc -alpha transparent -clip -alpha opaque -strip 3960666_TRIO_H_00.png

unfortunately this does not work so well. My resulting png looks like this:

https://www.dropbox.com/s/75gc422pmc7v24i ...
by gent99
2017-06-29T05:47:54-07:00
Forum: Users
Topic: Help with clip path and tif
Replies: 4
Views: 4771

Help with clip path and tif

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:
convert input.tiff -alpha transparent -clip -alpha opaque -strip out.tiff

in my case i'm ...