MagickCore  7.0.9
Convert, Edit, Or Compose Bitmap Images
delegate.h File Reference
#include <stdarg.h>
#include "MagickCore/semaphore.h"

Go to the source code of this file.

Data Structures

struct  _DelegateInfo
 

Typedefs

typedef struct _DelegateInfo DelegateInfo
 

Functions

MagickExport char * GetDelegateCommand (const ImageInfo *, Image *, const char *, const char *, ExceptionInfo *)
 
MagickExport char ** GetDelegateList (const char *, size_t *, ExceptionInfo *)
 
MagickExport const char * GetDelegateCommands (const DelegateInfo *)
 
MagickExport const DelegateInfoGetDelegateInfo (const char *, const char *, ExceptionInfo *exception)
 
MagickExport const DelegateInfo ** GetDelegateInfoList (const char *, size_t *, ExceptionInfo *)
 
MagickExport int ExternalDelegateCommand (const MagickBooleanType, const MagickBooleanType, const char *, char *, ExceptionInfo *)
 
MagickExport ssize_t GetDelegateMode (const DelegateInfo *)
 
MagickExport MagickBooleanType GetDelegateThreadSupport (const DelegateInfo *)
 
MagickExport MagickBooleanType InvokeDelegate (ImageInfo *, Image *, const char *, const char *, ExceptionInfo *)
 
MagickExport MagickBooleanType ListDelegateInfo (FILE *, ExceptionInfo *)
 

Typedef Documentation

typedef struct _DelegateInfo DelegateInfo

Function Documentation

MagickExport char* GetDelegateCommand ( const ImageInfo ,
Image ,
const char *  ,
const char *  ,
ExceptionInfo  
)
MagickExport const DelegateInfo* GetDelegateInfo ( const char *  ,
const char *  ,
ExceptionInfo exception 
)
MagickExport MagickBooleanType GetDelegateThreadSupport ( const DelegateInfo )
MagickExport MagickBooleanType InvokeDelegate ( ImageInfo ,
Image ,
const char *  ,
const char *  ,
ExceptionInfo  
)