Search found 108 matches

by RetroJ
2012-04-25T19:14:20-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 66821

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
by RetroJ
2012-04-25T19:10:56-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 66821

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
by RetroJ
2012-04-25T18:59:41-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 66821

Re: MagickGetImageProfiles documentation error

There is an errant '$' in the type signature of DrawGetStrokeColor

http://imagemagick.org/api/drawing-wand ... trokeColor
by RetroJ
2012-04-25T18:49:06-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 66821

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
by RetroJ
2012-04-25T17:29:31-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 66821

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
by RetroJ
2012-04-25T17:26:05-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 66821

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
by RetroJ
2012-04-25T16:58:31-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 66821

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
by RetroJ
2012-04-25T14:28:32-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 66821

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
by RetroJ
2012-04-25T14:23:46-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 66821

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
by RetroJ
2012-04-25T14:21:22-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 66821

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
by RetroJ
2012-04-25T14:15:33-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 66821

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
by RetroJ
2012-04-25T13:27:24-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 66821

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
by RetroJ
2012-04-25T13:00:09-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 66821

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
by RetroJ
2012-04-25T12:43:20-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 66821

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
by RetroJ
2012-04-25T12:00:18-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 66821

Re: MagickGetImageProfiles documentation error

In the type signature of MagickRollImage, the type of 'y' is given as 'const size_t'; it should be 'const ssize_t'.

http://imagemagick.org/api/magick-image ... kRollImage