sh: wmf2svg: not found
Posted: 2007-06-25T07:53:22-07:00
I am working with version 6.3.4, just compiled from source on Solaris.
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:
Now this works fine in Vista, I am able to see the cropped image, but it does not under solaris. I have found that this wmf2svg is related to some delegate shell script but I can not find the depenency I am missing to get it to work...
Any help appriciated.
Thanks,
Scott
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