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

Go to the source code of this file.

Enumerations

enum  RegistryType { UndefinedRegistryType , ImageRegistryType , ImageInfoRegistryType , StringRegistryType }
 

Functions

MagickExport char * GetNextImageRegistry (void)
 
MagickExport MagickBooleanType DefineImageRegistry (const RegistryType, const char *, ExceptionInfo *)
 
MagickExport MagickBooleanType DeleteImageRegistry (const char *)
 
MagickExport MagickBooleanType SetImageRegistry (const RegistryType, const char *, const void *, ExceptionInfo *)
 
MagickExport void * GetImageRegistry (const RegistryType, const char *, ExceptionInfo *)
 
MagickExport void * RemoveImageRegistry (const char *)
 
MagickExport void ResetImageRegistryIterator (void)
 

Enumeration Type Documentation

◆ RegistryType

Enumerator
UndefinedRegistryType 
ImageRegistryType 
ImageInfoRegistryType 
StringRegistryType 

Definition at line 25 of file registry.h.

Function Documentation

◆ DefineImageRegistry()

MagickExport MagickBooleanType DefineImageRegistry ( const  RegistryType,
const char *  ,
ExceptionInfo  
)

◆ DeleteImageRegistry()

MagickExport MagickBooleanType DeleteImageRegistry ( const char *  )

◆ GetImageRegistry()

MagickExport void * GetImageRegistry ( const  RegistryType,
const char *  ,
ExceptionInfo  
)

◆ GetNextImageRegistry()

MagickExport char * GetNextImageRegistry ( void  )

◆ RemoveImageRegistry()

MagickExport void * RemoveImageRegistry ( const char *  )

◆ ResetImageRegistryIterator()

MagickExport void ResetImageRegistryIterator ( void  )

◆ SetImageRegistry()