|
MagickWand
6.7.5
|
#include <MagickCore/magick-config.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/types.h>#include <time.h>#include <MagickWand/MagickWand.h>
Go to the source code of this file.
Defines | |
| #define | WandDelay 3 |
| #define | ThrowAPIException(wand) |
Functions | |
| int | main (int argc, char **argv) |
| #define ThrowAPIException | ( | wand | ) |
{ \
description=MagickGetException(wand,&severity); \
(void) FormatLocaleFile(stderr,"%s %s %lu %s\n",GetMagickModule(), \
description); \
description=(char *) MagickRelinquishMemory(description); \
exit(-1); \
}
Referenced by main().
| #define WandDelay 3 |
Definition at line 63 of file wandtest.c.
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 65 of file wandtest.c.
References _WandView::description, MagickWandGenesis(), NewMagickWand(), MagickSetSize(), MagickGetSize(), MaxTextExtent, MagickReadImage(), ThrowAPIException, MagickGetNumberImages(), MagickResetIterator(), MagickNextImage(), MagickGetIteratorIndex(), MagickGetImageScene(), MagickPreviousImage(), MagickSetIteratorIndex(), MagickGetImage(), MagickRemoveImage(), MagickAddImage(), MagickSetImage(), DestroyMagickWand(), MagickCropImage(), NewPixelWand(), PixelSetColor(), MagickRotateImage(), MagickFloodfillPaintImage(), DestroyPixelWand(), NewDrawingWand(), PushDrawingWand(), DrawRotate(), DrawSetFontSize(), DrawSetFillColor(), DrawAnnotation(), PopDrawingWand(), MagickDrawImage(), MagickAnnotateImage(), DestroyDrawingWand(), MagickImportImagePixels(), MagickExportImagePixels(), MagickResizeImage(), MagickSetImageDepth(), MagickSetImageCompression(), NewPixelIterator(), PixelGetNextIteratorRow(), PixelSyncIterator(), DestroyPixelIterator(), MagickWriteImages(), MagickSetImageFormat(), WandDelay, MagickSetImageDelay(), MagickGetImageDelay(), MagickSetOption(), MagickGetOption(), MagickGetOptions(), MagickRelinquishMemory(), MagickDeleteOption(), MagickSetImageProperty(), MagickGetImageProperty(), MagickGetImageProperties(), MagickDeleteImageProperty(), MagickSetImageProfile(), MagickGetImageProfile(), MagickGetImageProfiles(), and MagickRemoveImageProfile().