Skip to content

Instantly share code, notes, and snippets.

@happyboredom
Created September 23, 2017 04:26
Show Gist options
  • Save happyboredom/3a280174954e500f934a2ec99799aca9 to your computer and use it in GitHub Desktop.
Save happyboredom/3a280174954e500f934a2ec99799aca9 to your computer and use it in GitHub Desktop.
Install imagemagick with pango support enabled using brew on Mac OSX
brew reinstall imagemagick --with-jp2 --with-librsvg --with-quantum-depth-16 --with-pango
@zdavatz
Copy link

zdavatz commented Jul 15, 2023

this no longer works, unfortunately.

@PEZ
Copy link

PEZ commented Oct 10, 2023

This worked for me for a thing I was doing:

#!/usr/bin/env -S bash -e

docker run -v "$(pwd)":/work -v "${TMPDIR}":"${TMPDIR}" -w /work cospaia/magick-pango-babashka convert "$@"

See https://blog.agical.se/en/posts/imagemagick-with-pango-on-macos-ventura/ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment