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 ...
Search found 108 matches
- 2012-04-30T12:53:00-07:00
- Forum: Users
- Topic: MagickGetSizeOffset, MagickSetSizeOffset
- Replies: 0
- Views: 4690
- 2012-04-29T07:30:46-07:00
- Forum: Users
- Topic: what is PixelSetColorCount?
- Replies: 2
- Views: 7419
Re: what is PixelSetColorCount?
thank you
- 2012-04-29T06:57:43-07:00
- Forum: Users
- Topic: what is PixelSetColorCount?
- Replies: 2
- Views: 7419
what is PixelSetColorCount?
In MagickWand, what is PixelSetColorCount? Does it set the index of the color within some palette, or... ?
- 2012-04-25T22:06:28-07:00
- Forum: Bugs
- Topic: MagickGetImageProfiles documentation error
- Replies: 41
- Views: 88133
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
http://imagemagick.org/api/wand-view.ph ... wException
- 2012-04-25T21:49:44-07:00
- Forum: Bugs
- Topic: MagickGetImageProfiles documentation error
- Replies: 41
- Views: 88133
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
http://imagemagick.org/api/drawing-wand ... rawingWand
- 2012-04-25T21:46:38-07:00
- Forum: Bugs
- Topic: MagickGetImageProfiles documentation error
- Replies: 41
- Views: 88133
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
http://imagemagick.org/api/drawing-wand ... SetViewbox
- 2012-04-25T21:37:14-07:00
- Forum: Bugs
- Topic: MagickGetImageProfiles documentation error
- Replies: 41
- Views: 88133
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
http://imagemagick.org/api/drawing-wand ... ordSpacing
- 2012-04-25T21:12:00-07:00
- Forum: Bugs
- Topic: MagickGetImageProfiles documentation error
- Replies: 41
- Views: 88133
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
http://imagemagick.org/api/drawing-wand ... Resolution
- 2012-04-25T20:13:19-07:00
- Forum: Bugs
- Topic: MagickGetImageProfiles documentation error
- Replies: 41
- Views: 88133
Re: MagickGetImageProfiles documentation error
The type signature of DrawPathLineToHorizontalAbsolute has an errant argument, 'mode'.
http://imagemagick.org/api/drawing-wand ... alAbsolute
http://imagemagick.org/api/drawing-wand ... alAbsolute
- 2012-04-25T20:01:35-07:00
- Forum: Bugs
- Topic: MagickGetImageProfiles documentation error
- Replies: 41
- Views: 88133
Re: MagickGetImageProfiles documentation error
DrawPathCurveToSmoothAbsolute type signature missing comma.
http://imagemagick.org/api/drawing-wand ... thAbsolute
http://imagemagick.org/api/drawing-wand ... thAbsolute
- 2012-04-25T19:59:25-07:00
- Forum: Bugs
- Topic: MagickGetImageProfiles documentation error
- Replies: 41
- Views: 88133
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 ...
http://imagemagick.org/api/drawing-wand.php ...
- 2012-04-25T19:47:58-07:00
- Forum: Bugs
- Topic: MagickGetImageProfiles documentation error
- Replies: 41
- Views: 88133
Re: MagickGetImageProfiles documentation error
Type signature of DrawPathCurveToQuadraticBezierAbsolute has typo, 'onst' instead of 'const'.
http://imagemagick.org/api/drawing-wand ... erAbsolute
http://imagemagick.org/api/drawing-wand ... erAbsolute
- 2012-04-25T19:45:49-07:00
- Forum: Bugs
- Topic: MagickGetImageProfiles documentation error
- Replies: 41
- Views: 88133
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 ...
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 ...
- 2012-04-25T19:24:15-07:00
- Forum: Bugs
- Topic: MagickGetImageProfiles documentation error
- Replies: 41
- Views: 88133
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
http://imagemagick.org/api/drawing-wand ... orGraphics
- 2012-04-25T19:21:22-07:00
- Forum: Bugs
- Topic: MagickGetImageProfiles documentation error
- Replies: 41
- Views: 88133