|
From: Steven G. J. <st...@gi...> - 2001-02-12 06:58:08
|
On Sun, 11 Feb 2001, Mark Seefeldt wrote: > When I tried saving a window as a .gif file, I received the following error: > >Using ImageMagick convert program > >Executing: ./util/convert tmp.xwd gif:hole.gif > >convert: XWD file format version mismatch (tmp.xwd) [No such file or > >directory].convert: Missing an image file name. > >Done writing image file. I just tried the exact same thing, using ImageMagick 5.2.8, and had no problems. From the error message above, it looks like it's complaining that there is no "tmp.xwd" file in your current directory, so maybe you mistyped the filename or it is in another location? Steven |