MagickWand
6.8.5
|
Go to the source code of this file.
Macros | |
#define | ThrowWandException(wand) |
Functions | |
static MagickBooleanType | ScribbleImage (MagickWand *canvas) |
int | main (int argc, char **argv) |
#define ThrowWandException | ( | wand | ) |
Definition at line 51 of file drawtest.c.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 409 of file drawtest.c.
References DestroyMagickWand(), MagickReadImage(), MagickSetImageCompression(), MagickSetImageDepth(), MagickSetSize(), MagickWandGenesis(), MagickWandTerminus(), MagickWriteImage(), MaxTextExtent, NewMagickWand(), ScribbleImage(), and ThrowWandException.
|
static |
Definition at line 66 of file drawtest.c.
References DestroyDrawingWand(), DestroyPixelWand(), DrawArc(), DrawEllipse(), DrawPolygon(), DrawPopClipPath(), DrawPopDefs(), DrawPushClipPath(), DrawPushDefs(), DrawRectangle(), DrawRotate(), DrawRoundRectangle(), DrawScale(), DrawSetClipPath(), DrawSetFillColor(), DrawSetFillOpacity(), DrawSetFillRule(), DrawSetStrokeAntialias(), DrawSetStrokeColor(), DrawSetStrokeDashArray(), DrawSetStrokeLineCap(), DrawSetStrokeLineJoin(), DrawSetStrokeWidth(), DrawSetViewbox(), DrawTranslate(), MagickDrawImage(), MagickGetImageHeight(), MagickGetImageWidth(), NewDrawingWand(), NewPixelWand(), PixelSetColor(), PopDrawingWand(), and PushDrawingWand().
Referenced by main().