Changes between Initial Version and Version 1 of Ticket #29870


Ignore:
Timestamp:
Jun 19, 2011, 4:12:36 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29870

    • Property Keywords ImageMagick wmf removed
    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Summary changed from Port mdmg for ImageMagick does not take the wmf variance to ImageMagick: port mdmg +wmf missing wmf2eps
  • Ticket #29870 – Description

    initial v1  
    11
    22On a clean macport install on snow leopard I did this:
     3{{{
    34sudo port mdmg ImageMagick +wmf
     5}}}
    46
    57It finished successfully.
     
    1012I get this error when I do try to convert a wmf file if I use the dmg installed version of ImageMagick:
    1113
     14{{{
    1215convert thumnail.wmf thumnail.wmf.jpg
    13 
    1416sh: /opt/local/bin/wmf2eps: No such file or directory
    1517convert: delegate failed `"/opt/local/bin/wmf2eps" -o "%o" "%i"' @ error/delegate.c/InvokeDelegate/1058.
     
    1820convert: unable to open file `/var/folders/BM/BMAOopVoFsOqrYksiXmerE+++Tk/-Tmp-/magick-EzabApg5': No such file or directory @ error/constitute.c/ReadImage/571.
    1921convert: missing an image filename `thumbnail.wmf.jpg' @ error/convert.c/ConvertImageCommand/3015.
     22}}}