#include <magick/magick-config.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/types.h>#include <time.h>#include <wand/MagickWand.h>

Go to the source code of this file.
Functions | |
| static void | ScribbleImage (Image *image) |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 377 of file drawtest.c.
References _DrawingWand::exception, MaxTextExtent, and ScribbleImage().
| static void ScribbleImage | ( | Image * | image | ) | [static] |
Definition at line 22 of file drawtest.c.
References DestroyDrawingWand(), DestroyPixelWand(), DrawAllocateWand(), DrawArc(), DrawEllipse(), DrawPolygon(), DrawPopClipPath(), DrawPopDefs(), DrawPushClipPath(), DrawPushDefs(), DrawRectangle(), DrawRender(), DrawRotate(), DrawRoundRectangle(), DrawScale(), DrawSetClipPath(), DrawSetFillAlpha(), DrawSetFillColor(), DrawSetFillRule(), DrawSetStrokeAntialias(), DrawSetStrokeColor(), DrawSetStrokeDashArray(), DrawSetStrokeLineCap(), DrawSetStrokeLineJoin(), DrawSetStrokeWidth(), DrawSetViewbox(), DrawTranslate(), NewPixelWand(), PixelSetColor(), PopDrawingWand(), and PushDrawingWand().
Referenced by main().
1.5.7.1