MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
configure.h File Reference
Include dependency graph for configure.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _ConfigureInfo
 

Typedefs

typedef struct _ConfigureInfo ConfigureInfo
 

Functions

MagickExport char ** GetConfigureList (const char *, size_t *, ExceptionInfo *)
 
MagickExport char * GetConfigureOption (const char *)
 
MagickExport const char * GetConfigureValue (const ConfigureInfo *)
 
MagickExport const ConfigureInfoGetConfigureInfo (const char *, ExceptionInfo *)
 
MagickExport const ConfigureInfo ** GetConfigureInfoList (const char *, size_t *, ExceptionInfo *)
 
MagickExport LinkedListInfoDestroyConfigureOptions (LinkedListInfo *)
 
MagickExport LinkedListInfoGetConfigurePaths (const char *, ExceptionInfo *)
 
MagickExport LinkedListInfoGetConfigureOptions (const char *, ExceptionInfo *)
 
MagickExport MagickBooleanType ListConfigureInfo (FILE *, ExceptionInfo *)
 

Typedef Documentation

◆ ConfigureInfo

typedef struct _ConfigureInfo ConfigureInfo

Function Documentation

◆ DestroyConfigureOptions()

MagickExport LinkedListInfo * DestroyConfigureOptions ( LinkedListInfo )

◆ GetConfigureInfo()

MagickExport const ConfigureInfo * GetConfigureInfo ( const char *  ,
ExceptionInfo  
)

◆ GetConfigureInfoList()

◆ GetConfigureList()

MagickExport char ** GetConfigureList ( const char *  ,
size_t *  ,
ExceptionInfo  
)

◆ GetConfigureOption()

◆ GetConfigureOptions()

◆ GetConfigurePaths()

MagickExport LinkedListInfo * GetConfigurePaths ( const char *  ,
ExceptionInfo  
)

◆ GetConfigureValue()

MagickExport const char * GetConfigureValue ( const ConfigureInfo configure_info)

◆ ListConfigureInfo()