Search found 108 matches

by RetroJ
2012-04-30T12:53:00-07:00
Forum: Users
Topic: MagickGetSizeOffset, MagickSetSizeOffset
Replies: 0
Views: 3853

MagickGetSizeOffset, MagickSetSizeOffset

Hello, I noticed that MagickGetSizeOffset returns just one out-value (offset), but MagickSetSizeOffset sets three values (columns, rows, offset). What is an offset, and what is the reason that these methods are not a mirrored pair like most of the other Get/Set methods? (I am working on some binding...
by RetroJ
2012-04-29T07:30:46-07:00
Forum: Users
Topic: what is PixelSetColorCount?
Replies: 2
Views: 5772

Re: what is PixelSetColorCount?

thank you
by RetroJ
2012-04-29T06:57:43-07:00
Forum: Users
Topic: what is PixelSetColorCount?
Replies: 2
Views: 5772

what is PixelSetColorCount?

In MagickWand, what is PixelSetColorCount? Does it set the index of the color within some palette, or... ?
by RetroJ
2012-04-25T22:06:28-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 64527

Re: MagickGetImageProfiles documentation error

The type signature for GetWandViewException gives the first argument as type 'const Pixelwand *'; it should be 'const WandView *'.

http://imagemagick.org/api/wand-view.ph ... wException
by RetroJ
2012-04-25T21:49:44-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 64527

Re: MagickGetImageProfiles documentation error

The type signature of NewDrawingWand gives the return type as 'DrawingWand'; it should be 'DrawingWand *'.

http://imagemagick.org/api/drawing-wand ... rawingWand
by RetroJ
2012-04-25T21:46:38-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 64527

Re: MagickGetImageProfiles documentation error

In the type signature of DrawSetViewbox, the types of several arguments are given as 'size_t'. They should all be 'ssize_t'.

http://imagemagick.org/api/drawing-wand ... SetViewbox
by RetroJ
2012-04-25T21:37:14-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 64527

Re: MagickGetImageProfiles documentation error

DrawSetTextInterwordSpacing appears twice. I think the first one is supposed to be DrawSetTextInterlineSpacing. Same for earlier DrawGetTextInterwordSpacing.

http://imagemagick.org/api/drawing-wand ... ordSpacing
by RetroJ
2012-04-25T21:12:00-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 64527

Re: MagickGetImageProfiles documentation error

In the type signature of DrawSetFontResolution, return type given as DrawBooleanType; should be MagickBooleanType. Also a typo, 'doubtl' instead of 'double' in argument list.

http://imagemagick.org/api/drawing-wand ... Resolution
by RetroJ
2012-04-25T20:13:19-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 64527

Re: MagickGetImageProfiles documentation error

The type signature of DrawPathLineToHorizontalAbsolute has an errant argument, 'mode'.
http://imagemagick.org/api/drawing-wand ... alAbsolute
by RetroJ
2012-04-25T20:01:35-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 64527

Re: MagickGetImageProfiles documentation error

DrawPathCurveToSmoothAbsolute type signature missing comma.

http://imagemagick.org/api/drawing-wand ... thAbsolute
by RetroJ
2012-04-25T19:59:25-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 64527

Re: MagickGetImageProfiles documentation error

Second DrawPathCurveToQuadraticBezierSmoothAbsolute seems to be mistitled. Should be DrawPathCurveToQuadraticBezierSmoothRelative. Text of section also refers to DrawPathCurveToQuadraticBezierSmoothAbsolute, but type signature is for the other. http://imagemagick.org/api/drawing-wand.php?ImageMagick...
by RetroJ
2012-04-25T19:47:58-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 64527

Re: MagickGetImageProfiles documentation error

Type signature of DrawPathCurveToQuadraticBezierAbsolute has typo, 'onst' instead of 'const'.

http://imagemagick.org/api/drawing-wand ... erAbsolute
by RetroJ
2012-04-25T19:45:49-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 64527

Re: MagickGetImageProfiles documentation error

RetroJ While what you are doing is good. Doing it one item at a time can be a PAIN. I suggest you download the sources and modify the function comments then send us a 'diff'. It is from teh source comments that the web page documentation for functions are derived! This makes it easy for us to incor...
by RetroJ
2012-04-25T19:24:15-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 64527

Re: MagickGetImageProfiles documentation error

The type signature of DrawGetVectorGraphics has the 'const' keyword for the first argument, but the real type signature does not have it.

http://imagemagick.org/api/drawing-wand ... orGraphics
by RetroJ
2012-04-25T19:21:22-07:00
Forum: Bugs
Topic: MagickGetImageProfiles documentation error
Replies: 41
Views: 64527

Re: MagickGetImageProfiles documentation error

DrawGetTextInterwordSpacing appears twice.

http://imagemagick.org/api/drawing-wand ... ordSpacing