Use of "display" with Magick++

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
tnarol

Use of "display" with Magick++

Post by tnarol »

Hi,

I could build a proper Image instance from an image file. I tryed the display() method of the class which resulted in throwing an exception from Magick::ErrorXServer... I'm using VC++ 2005 under Windows XP, my program is a simple win32 application. Can I get the display() method to work or is it simply not possible with this environment ?

Many thanks.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Use of "display" with Magick++

Post by magick »

The display() method requires an X11 server. X11 is available under Windows but not generally not installled on most Windows platform. Instead you can use the IMDisplay program which displays an image natively under Windows.
Post Reply