On Jul 3, 2019, at 10:41, Christoph Kukulies wrote:
> I ran in a Terminal the ImageMagick command:
>
> $ display image.jpg
>
> and got:
>
> display: delegate library support not built-in '' (X11) @
> error/display.c/DisplayImageCommand/1900.
When I Googled that error message, the suggestion I saw was to install
ImageMagick with X11 support. In MacPorts, that means installing it with the
+x11 variant (sudo port install ImageMagick +x11). That variant is on by
default, so perhaps you had deliberately disabled it when installing
ImageMagick.
If you are still getting this error but you do have ImageMagick installed with
the +x11 variant, let us know.