even first example of Usage/canvas fails

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
jidanni
Posts: 5
Joined: 2010-12-15T18:47:20-07:00
Authentication code: 8675308
Location: Taiwan
Contact:

even first example of Usage/canvas fails

Post by jidanni »

Even the very first example of http://www.imagemagick.org/Usage/canvas/ fails:
$ convert -size 100x100 canvas:khaki canvas_khaki.gif
convert: unable to open image `canvas:khaki': @ error/blob.c/OpenBlob/2489.
convert: missing an image filename `canvas_khaki.gif' @ error/convert.c/ConvertImageCommand/2940.
The second one works though.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: even first example of Usage/canvas fails

Post by magick »

Use xc: instead. The canvas: image format was recently added.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: even first example of Usage/canvas fails

Post by anthony »

You wouldn't happen to remember the version number of that addition?
I can then add a version warning in that example.

I could not see it in the ChangeLog
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply