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

imagemagick convert dependency issue #96

Open
danb235 opened this issue Aug 3, 2017 · 5 comments
Open

imagemagick convert dependency issue #96

danb235 opened this issue Aug 3, 2017 · 5 comments

Comments

@danb235
Copy link

danb235 commented Aug 3, 2017

I am running macOS 10.12.6 and followed https://github.com/vvo/gifify#requirements exactly.

➜  gifify movie.mp4 -o movie.gif
Could not find convert. Is it installed?

More info: https://github.com/vvo/gifify#requirements
@danb235 danb235 changed the title Convert dependency issue imagemagick convert dependency issue Aug 3, 2017
@karuppiah7890
Copy link

@tkdan235 Check if convert is installed using this command

$convert -version

@danb235
Copy link
Author

danb235 commented Aug 7, 2017

➜  convert -version
dyld: Library not loaded: /opt/local/lib/libjpeg.9.dylib
  Referenced from: /usr/local/bin/convert
  Reason: image not found
[1]    2017 abort      convert -version

@karuppiah7890
Copy link

There. You see the error

@karuppiah7890
Copy link

May be reinstall ImageMagick. Or install from source and while configuring use ./configure --enable-shared

@eight04
Copy link

eight04 commented Sep 19, 2017

Seems that you can't directly map convert to magick convert on Windows, but have to check Install legacy utilities option:
image

Or you will get an error like:

�ѼƵL�� - +dither

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

3 participants