This is a macOS Homebrew tap for ImageMagick with X11 support.
It tracks the upstream ImageMagick formula and enables the following:
- X11 support
- Graphviz support
Updated on a weekly basis thanks to Github Actions.
brew uninstall imagemagick # without X11 support
brew install --cask xquartz
brew install tlk/imagemagick-x11/imagemagick
display wizard:
display myfile.jpg
Note that ImageMagick has support for graphviz DOT-files if the --with-graphviz
option is used during install:
brew uninstall imagemagick
brew install tlk/imagemagick-x11/imagemagick --with-graphviz
display mygraph.dot
convert mygraph.dot mygraph.png
(You may also be interested in https://github.com/jrfonseca/xdot.py - an interactive viewer for graphs.)
The formula is updated weekly which means that Homebrew will automatically build and install the latest version.