MagickWand 7.1.1
Convert, Edit, Or Compose Bitmap Images
|
Data Fields | |
size_t | id |
char | name [MagickPathExtent] |
char * | description |
RectangleInfo | extent |
MagickWand * | wand |
CacheView * | view |
Image * | image |
PixelWand *** | pixel_wands |
ExceptionInfo * | exception |
MagickBooleanType | debug |
size_t | signature |
Definition at line 62 of file wand-view.c.
MagickBooleanType _WandView::debug |
Definition at line 90 of file wand-view.c.
char * _WandView::description |
Definition at line 69 of file wand-view.c.
ExceptionInfo* _WandView::exception |
Definition at line 87 of file wand-view.c.
RectangleInfo _WandView::extent |
Definition at line 72 of file wand-view.c.
size_t _WandView::id |
Definition at line 65 of file wand-view.c.
Image* _WandView::image |
Definition at line 81 of file wand-view.c.
char _WandView::name[MagickPathExtent] |
Definition at line 68 of file wand-view.c.
PixelWand*** _WandView::pixel_wands |
Definition at line 84 of file wand-view.c.
size_t _WandView::signature |
Definition at line 93 of file wand-view.c.
CacheView* _WandView::view |
Definition at line 78 of file wand-view.c.
MagickWand* _WandView::wand |
Definition at line 75 of file wand-view.c.