MagickCore
6.9.11-60
Convert, Edit, Or Compose Bitmap Images
|
Go to the source code of this file.
Data Structures | |
struct | _MagicInfo |
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 MagickBooleanType | MagicComponentGenesis (void) |
MagickExport const MagicInfo * | GetMagicInfo (const unsigned char *, const size_t, ExceptionInfo *) |
MagickExport const MagicInfo ** | GetMagicInfoList (const char *, size_t *, ExceptionInfo *) |
MagickExport void | MagicComponentTerminus (void) |
typedef struct _MagicInfo MagicInfo |
MagickExport const MagicInfo* GetMagicInfo | ( | const unsigned char * | , |
const | size_t, | ||
ExceptionInfo * | |||
) |
MagickExport const MagicInfo ** GetMagicInfoList | ( | const char * | pattern, |
size_t * | number_aliases, | ||
ExceptionInfo * | exception | ||
) |
References AcquireQuantumMemory(), GetMagicInfo(), GetMagickModule, GetNextValueInLinkedList(), GetNumberOfElementsInLinkedList(), GlobExpression(), LockSemaphoreInfo(), LogMagickEvent(), magic_cache, magic_semaphore, MagicInfoCompare(), MagickFalse, _MagicInfo::name, ResetLinkedListIterator(), _MagicInfo::stealth, TraceEvent, and UnlockSemaphoreInfo().
Referenced by ListMagicInfo().
MagickExport char** GetMagicList | ( | const char * | pattern, |
size_t * | number_aliases, | ||
ExceptionInfo * | exception | ||
) |
References AcquireQuantumMemory(), ConstantString(), GetMagicInfo(), GetMagickModule, GetNextValueInLinkedList(), GetNumberOfElementsInLinkedList(), GlobExpression(), LockSemaphoreInfo(), LogMagickEvent(), magic_cache, magic_semaphore, MagicCompare(), MagickFalse, _MagicInfo::name, ResetLinkedListIterator(), _MagicInfo::stealth, TraceEvent, and UnlockSemaphoreInfo().
MagickExport const char* GetMagicName | ( | const MagicInfo * | magic_info | ) |
References GetMagickModule, LogMagickEvent(), MagickCoreSignature, _MagicInfo::name, _MagicInfo::signature, and TraceEvent.
Referenced by SetImageInfo().
MagickExport MagickBooleanType ListMagicInfo | ( | FILE * | , |
ExceptionInfo * | |||
) |
MagickExport MagickBooleanType MagicComponentGenesis | ( | void | ) |
References AllocateSemaphoreInfo(), magic_semaphore, and MagickTrue.
Referenced by MagickCoreGenesis().
MagickExport void MagicComponentTerminus | ( | void | ) |
References ActivateSemaphoreInfo(), DestroyLinkedList(), DestroyMagicElement(), DestroySemaphoreInfo(), LockSemaphoreInfo(), magic_cache, magic_semaphore, and UnlockSemaphoreInfo().
Referenced by MagickCoreTerminus().