Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mac osx + emf conversion delegates to imagemagick which doesnt support it #320

Closed
apneadiving opened this issue Feb 9, 2016 · 1 comment

Comments

@apneadiving
Copy link

Hi,

I need to convert emf to readable picture on unix.
Unfortunately unoconv seems to delegate to imagemagick which supports it only on windows (see http://www.imagemagick.org/script/formats.php)

Some blog posts explain its possible though, so I'm wondering what I'm missing.

Thanks in advance,

Benjamin

~  unoconv image3.emf
from: can't read /var/mail/__future__
from: can't read /var/mail/distutils.version
Version: ImageMagick 6.9.3-0 Q16 x86_64 2016-01-31 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2016 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules
Delegates (built-in): bzlib freetype jng jpeg ltdl lzma png tiff webp xml zlib
Usage: import [options ...] [ file ]

By default, 'file' is written in the MIFF image format.  To
specify a particular image format, precede the filename with an image
format name and a colon (i.e. ps:image) or specify the image type as
the filename suffix (i.e. image.ps).  Specify 'file' as '-' for
standard input or output.
import: delegate library support not built-in `' (X11) @ error/import.c/ImportImageCommand/1297.
Version: ImageMagick 6.9.3-0 Q16 x86_64 2016-01-31 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2016 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules
Delegates (built-in): bzlib freetype jng jpeg ltdl lzma png tiff webp xml zlib
Usage: import [options ...] [ file ]

By default, 'file' is written in the MIFF image format.  To
specify a particular image format, precede the filename with an image
format name and a colon (i.e. ps:image) or specify the image type as
the filename suffix (i.e. image.ps).  Specify 'file' as '-' for
standard input or output.
import: delegate library support not built-in `' (X11) @ error/import.c/ImportImageCommand/1297.
/usr/local/bin/unoconv: line 29: __version__: command not found
/usr/local/bin/unoconv: line 31: syntax error near unexpected token `('
/usr/local/bin/unoconv: line 31: `doctypes = ('document', 'graphics', 'presentation', 'spreadsheet')'
@apneadiving apneadiving changed the title mac osx + emf conversion delegates to imagemagick which doesnt support mac osx + emf conversion delegates to imagemagick which doesnt support it Feb 9, 2016
@apneadiving
Copy link
Author

Actually just typing unoconv leads to the same error message. I guess its not setup properly...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant