MagickWand 6.9.6
All Data Structures
_MagickWand Struct Reference
Collaboration diagram for _MagickWand:

Data Fields

size_t id
 
char name [MaxTextExtent]
 
ExceptionInfo * exception
 
ImageInfo * image_info
 
QuantizeInfo * quantize_info
 
Image * images
 
MagickBooleanType insert_before
 
MagickBooleanType image_pending
 
MagickBooleanType debug
 
size_t signature
 

Detailed Description

Definition at line 50 of file magick-wand-private.h.

Field Documentation

◆ debug

MagickBooleanType _MagickWand::debug

Definition at line 73 of file magick-wand-private.h.

◆ exception

ExceptionInfo* _MagickWand::exception

Definition at line 59 of file magick-wand-private.h.

◆ id

size_t _MagickWand::id

Definition at line 53 of file magick-wand-private.h.

◆ image_info

ImageInfo* _MagickWand::image_info

Definition at line 62 of file magick-wand-private.h.

◆ image_pending

MagickBooleanType _MagickWand::image_pending

Definition at line 72 of file magick-wand-private.h.

◆ images

Image* _MagickWand::images

Definition at line 68 of file magick-wand-private.h.

◆ insert_before

MagickBooleanType _MagickWand::insert_before

Definition at line 71 of file magick-wand-private.h.

◆ name

char _MagickWand::name[MaxTextExtent]

Definition at line 56 of file magick-wand-private.h.

◆ quantize_info

QuantizeInfo* _MagickWand::quantize_info

Definition at line 65 of file magick-wand-private.h.

◆ signature

size_t _MagickWand::signature

Definition at line 76 of file magick-wand-private.h.


The documentation for this struct was generated from the following file: