|
MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
|
Go to the source code of this file.
Data Structures | |
| struct | _CoderInfo |
Typedefs | |
| typedef struct _CoderInfo | CoderInfo |
Functions | |
| MagickExport char ** | GetCoderList (const char *, size_t *, ExceptionInfo *) |
| MagickExport const CoderInfo * | GetCoderInfo (const char *, ExceptionInfo *) |
| MagickExport const CoderInfo ** | GetCoderInfoList (const char *, size_t *, ExceptionInfo *) |
| MagickExport MagickBooleanType | ListCoderInfo (FILE *, ExceptionInfo *) |
| typedef struct _CoderInfo CoderInfo |
| MagickExport const CoderInfo * GetCoderInfo | ( | const char * | , |
| ExceptionInfo * | |||
| ) |
| MagickExport const CoderInfo ** GetCoderInfoList | ( | const char * | pattern, |
| size_t * | number_coders, | ||
| ExceptionInfo * | exception | ||
| ) |
Definition at line 319 of file coder.c.
References AcquireQuantumMemory(), coder_cache, coder_semaphore, CoderInfoCompare(), GetCoderInfo(), GetMagickModule, GetNextValueInSplayTree(), GetNumberOfNodesInSplayTree(), GlobExpression(), IsEventLogging(), LockSemaphoreInfo(), LogMagickEvent(), MagickFalse, _CoderInfo::name, ResetSplayTreeIterator(), _CoderInfo::stealth, TraceEvent, and UnlockSemaphoreInfo().
Referenced by ListCoderInfo().
| MagickExport char ** GetCoderList | ( | const char * | pattern, |
| size_t * | number_coders, | ||
| ExceptionInfo * | exception | ||
| ) |
Definition at line 405 of file coder.c.
References AcquireQuantumMemory(), coder_cache, coder_semaphore, CoderCompare(), ConstantString(), GetCoderInfo(), GetMagickModule, GetNextValueInSplayTree(), GetNumberOfNodesInSplayTree(), GlobExpression(), IsEventLogging(), LockSemaphoreInfo(), LogMagickEvent(), MagickFalse, _CoderInfo::name, ResetSplayTreeIterator(), _CoderInfo::stealth, TraceEvent, and UnlockSemaphoreInfo().
| MagickExport MagickBooleanType ListCoderInfo | ( | FILE * | file, |
| ExceptionInfo * | exception | ||
| ) |
Definition at line 513 of file coder.c.
References FormatLocaleFile(), GetCoderInfoList(), LocaleCompare(), MagickFalse, MagickTrue, _CoderInfo::path, and RelinquishMagickMemory().