MINGW-packages: imagemagick : display not working

Hello,

On latest msys2/mingw64 system, in a mingw64 shell, when I invoke /mingw64/bin/display.exe image.png, I get the error :

display.exe: delegate library support not built-in '' (X11) @ error/display.c/DisplayImageCommand/1877.

I have downloaded window binaries from imagemagick website which are working.

So, what is the trouble here ? A wrong compilation option ?

Regards

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 17 (15 by maintainers)

Most upvoted comments

wait a sec imagemagicks display is an x11 command -> https://imagemagick.org/script/display.php so it seems i guessed right :S we use an older version so maybe they fixed it in the later versions ? but forgot to update the wiki pages.

EDIT: display.exe does not even exist in the portable archive it seems huh ?!?