I am trying to convert 1 TIFF to another TIFF with an embedded clipping path in the source image, and I want to get the cropped image in the destination image. However I get the error message: sh: wmf2svg: not found.
The command I am using is:
Code: Select all
convert working/source_blank.tif -clip source.tif -flatten -depth 8 -trim -compress lzh dest.tif
Any help appriciated.
Thanks,
Scott