create transparency in tiff by clipping path
Posted: 2008-12-10T10:09:05-07:00
Hi,
i run into a problem with creating transparent background images defined by clipping path in tif files.
convert source.tiff -fill yellow -draw "color 0 0 reset" -transparent yellow -clip -draw "Image Copy 0,0 0,0 'source.tif'" transparent.tif
results in
convert.exe: no clip path defined `source.tif': No such file or directory @ image.c/
ClipImagePath/1047.
source.tif : http://www.mediafire.com/download.php?2kzftddmqjf
(sorry for the host)
It looks to me similiar to the bug described in
http://www.mail-archive.com/magick-bugs ... 00548.html
Im using Version: ImageMagick 6.4.6 2008-11-25 Q16 http://www.imagemagick.org
Any ideas why it cant find the clipping path ?
thank for any help
i run into a problem with creating transparent background images defined by clipping path in tif files.
convert source.tiff -fill yellow -draw "color 0 0 reset" -transparent yellow -clip -draw "Image Copy 0,0 0,0 'source.tif'" transparent.tif
results in
convert.exe: no clip path defined `source.tif': No such file or directory @ image.c/
ClipImagePath/1047.
source.tif : http://www.mediafire.com/download.php?2kzftddmqjf
(sorry for the host)
It looks to me similiar to the bug described in
http://www.mail-archive.com/magick-bugs ... 00548.html
Im using Version: ImageMagick 6.4.6 2008-11-25 Q16 http://www.imagemagick.org
Any ideas why it cant find the clipping path ?
thank for any help