Error opening a JPEG file

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
splee
Posts: 15
Joined: 2011-07-08T22:21:01-07:00
Authentication code: 8675308

Error opening a JPEG file

Post by splee »

I am using command line ImageMagicK 6.7.0-Q16. When I do this:
c:\display myfile.jpg
I got the following error:
Magick: unable to open X server ''@error/display.c/DisplayImageCommand/428 [No such file or directory].
I was able to do "convert" and other stuff.
I am using Windows XP.

Please help.
Thank you.
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: Error opening a JPEG file

Post by Bonzo »

I belive you need X server installed.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Error opening a JPEG file

Post by fmw42 »

display is a unix IM command and requires X11.

on windows, I believe you need to use im_display
Post Reply