Cannot run 'display' after ImageMagick install on Ubuntu

It appears that your installation of ImageMagick does not support this operation. Unfortunately, this capability was not enabled at the time ImageMagick was compiled. If this is a package supplied with the operating system (which is most likely the case), you will need to file a bug report or otherwise let the Ubuntu community know about this problem, so that the package maintainer can fix this problem.

Alternatively, you can build from source; at the configure stage, type the following command:

./configure --with-modules

The --with-modules argument is what enables this feature in ImageMagick. See this ImageMagick forum entry.


According to this imagemagick forum topic, the 'delegate support not built in' message means that on compile time some external library was disabled because of unsatisfied dependencies, and to make it work you need to install other version of package, either compiled from source or taken from other Ubuntu version.

I ran the display command on my XUbuntu 9.10, and it worked fine, so this command is probably fixed in later versions of Ubuntu. Can you post yours?