MagickGetImageProfiles documentation error
Re: MagickGetImageProfiles documentation error
In the type signature of MagickSetImageExtent, the type given for 'rows' is 'const unsigned'; it should be 'const size_t'.
http://imagemagick.org/api/magick-image ... mageExtent
http://imagemagick.org/api/magick-image ... mageExtent
Re: MagickGetImageProfiles documentation error
In the type signature of MagickSetImageResolution there is a typo, 'doubtl' instead of 'double'.
http://imagemagick.org/api/magick-image ... Resolution
http://imagemagick.org/api/magick-image ... Resolution
Re: MagickGetImageProfiles documentation error
The type signature of MagickShearImage has a typo in the type of y_shear; it reads 'onst' instead of 'const'.
http://imagemagick.org/api/magick-image ... ShearImage
http://imagemagick.org/api/magick-image ... ShearImage
Re: MagickGetImageProfiles documentation error
The type signature of ClearPixelIterator gives the return type as PixelIterator*, but it should be void.
http://imagemagick.org/api/pixel-iterat ... elIterator
http://imagemagick.org/api/pixel-iterat ... elIterator
Re: MagickGetImageProfiles documentation error
The type signature for PixelIteratorClearException uses the variable name 'wand', but it was probably intended to be 'iterator'.
http://imagemagick.org/api/pixel-iterat ... rException
http://imagemagick.org/api/pixel-iterat ... rException
Re: MagickGetImageProfiles documentation error
The type signature of NewPixelRegionIterator gives the return type as 'PixelIterator', but it should be 'PixelIterator *'.
http://imagemagick.org/api/pixel-iterat ... onIterator
http://imagemagick.org/api/pixel-iterat ... onIterator
Re: MagickGetImageProfiles documentation error
In the type signature of PixelGetIteratorExceptionType, the type of the first argument is given as 'const PixelWand *'; it should be 'const PixelIterator *'.
http://imagemagick.org/api/pixel-iterat ... eptionType
http://imagemagick.org/api/pixel-iterat ... eptionType
Re: MagickGetImageProfiles documentation error
The type signature for PixelSetColorFromWand does not give a return type; it should be 'void'.
http://imagemagick.org/api/pixel-wand.p ... orFromWand
http://imagemagick.org/api/pixel-wand.p ... orFromWand
Re: MagickGetImageProfiles documentation error
The type signature of PixelSetMagickColor has no return type; it should be 'void'. This function is also not in doxygen.
http://imagemagick.org/api/pixel-wand.p ... agickColor
http://imagemagick.org/api/pixel-wand.p ... agickColor
Re: MagickGetImageProfiles documentation error
The type signature for PixelSetQuantumColor gives no return type; it should be 'void'.
http://imagemagick.org/api/pixel-wand.p ... antumColor
http://imagemagick.org/api/pixel-wand.p ... antumColor
Re: MagickGetImageProfiles documentation error
In the type signature for DrawGetFontResolution, the return type is given as 'DrawBooleanType'; it should be 'MagickBooleanType'.
http://imagemagick.org/api/drawing-wand ... Resolution
http://imagemagick.org/api/drawing-wand ... Resolution
Re: MagickGetImageProfiles documentation error
There is an errant '$' in the type signature of DrawGetStrokeColor
http://imagemagick.org/api/drawing-wand ... trokeColor
http://imagemagick.org/api/drawing-wand ... trokeColor
Re: MagickGetImageProfiles documentation error
In the type signature for DrawGetTextAlignment, the keyword 'const' is missing before the first argument.
http://imagemagick.org/api/drawing-wand ... tAlignment
http://imagemagick.org/api/drawing-wand ... tAlignment
Re: MagickGetImageProfiles documentation error
In the type signature for DrawGetTextDecoration, the keyword 'const' is missing from the first argument.
http://imagemagick.org/api/drawing-wand ... Decoration
http://imagemagick.org/api/drawing-wand ... Decoration