MagickCore
7.0.10
Convert, Edit, Or Compose Bitmap Images
|
Go to the source code of this file.
Typedefs | |
typedef struct _MagicInfo | MagicInfo |
Functions | |
MagickExport char ** | GetMagicList (const char *, size_t *, ExceptionInfo *) |
MagickExport const char * | GetMagicName (const MagicInfo *) |
MagickExport MagickBooleanType | ListMagicInfo (FILE *, ExceptionInfo *) |
MagickExport const MagicInfo * | GetMagicInfo (const unsigned char *, const size_t, ExceptionInfo *) |
MagickExport const MagicInfo ** | GetMagicInfoList (const char *, size_t *, ExceptionInfo *) |
MagickExport size_t | GetMagicPatternExtent (ExceptionInfo *) |
typedef struct _MagicInfo MagicInfo |
MagickExport const MagicInfo* GetMagicInfo | ( | const unsigned char * | , |
const size_t | , | ||
ExceptionInfo * | |||
) |
MagickExport const MagicInfo ** GetMagicInfoList | ( | const char * | , |
size_t * | , | ||
ExceptionInfo * | |||
) |
References AcquireQuantumMemory(), GetMagicInfo(), GetMagickModule, GetNextValueInLinkedList(), GetNumberOfElementsInLinkedList(), GlobExpression(), LockSemaphoreInfo(), LogMagickEvent(), magic_list, magic_list_semaphore, MagicInfoCompare(), MagickFalse, _MagicInfo::name, ResetLinkedListIterator(), _MagicInfo::stealth, TraceEvent, and UnlockSemaphoreInfo().
Referenced by ListMagicInfo().
MagickExport char** GetMagicList | ( | const char * | , |
size_t * | , | ||
ExceptionInfo * | |||
) |
References AcquireQuantumMemory(), ConstantString(), GetMagicInfo(), GetMagickModule, GetNextValueInLinkedList(), GetNumberOfElementsInLinkedList(), GlobExpression(), LockSemaphoreInfo(), LogMagickEvent(), magic_list, magic_list_semaphore, MagicCompare(), MagickFalse, _MagicInfo::name, ResetLinkedListIterator(), _MagicInfo::stealth, TraceEvent, and UnlockSemaphoreInfo().
MagickExport const char* GetMagicName | ( | const MagicInfo * | ) |
References GetMagickModule, LogMagickEvent(), MagickCoreSignature, _MagicInfo::name, _MagicInfo::signature, and TraceEvent.
Referenced by SetImageInfo().
MagickExport size_t GetMagicPatternExtent | ( | ExceptionInfo * | ) |
MagickExport MagickBooleanType ListMagicInfo | ( | FILE * | , |
ExceptionInfo * | |||
) |