Documentation bug

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
el_supremo
Posts: 1015
Joined: 2005-03-21T21:16:57-07:00

Documentation bug

Post by el_supremo »

In http://www.imagemagick.org/api/magick-i ... mageFormat
the return type should be char *

{EDIT} and in http://www.imagemagick.org/api/pixel-it ... elIterator
the return type should be PixelIterator *

Pete
Sorry, my ISP shutdown all personal webspace so my MagickWand Examples in C is offline.
See my message in this topic for a link to a zip of all the files.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Documentation bug

Post by magick »

The problems you reported are now fixed. Thanks.
Post Reply