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 needed to convert gif to png in compiling to pdf #387

Open
jethro-djan opened this issue Dec 4, 2022 · 1 comment
Open

imagemagick needed to convert gif to png in compiling to pdf #387

jethro-djan opened this issue Dec 4, 2022 · 1 comment

Comments

@jethro-djan
Copy link

  1. Run make clean pdf on MacOS Monterey
  2. At a point gifs cannot be converted to pdfs
convert ./04/glslEditor-01.gif ./04/glslEditor-01.png
/bin/sh: convert: command not found
convert ./04/glslViewer.gif ./04/glslViewer.png
/bin/sh: convert: command not found
convert ./04/glslEditor-00.gif ./04/glslEditor-00.png
/bin/sh: convert: command not found
convert ./04/glslGallery.gif ./04/glslGallery.png
/bin/sh: convert: command not found

This suggests it cannot find convert command as stated. Dig a little digging and found that it is actually found in some tool called imagemagick. Can this caveat be included in the tutorial in some way for people who might no little about the process? Given that this is not a minor point in the grand scheme of things I would understand if this is not deemed to be a priority

@bearbones
Copy link
Contributor

Reproduced on macOS Ventura. GIFs left unconverted, replaced with black boxes. brew install imagemagick fixed it. Thank you OP.

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

2 participants