Go to the source code of this file.
|
MagickExport char * | Base64Encode (const unsigned char *, const size_t, size_t *) |
|
MagickExport char ** | GetPathComponents (const char *, size_t *) |
|
MagickExport char ** | ListFiles (const char *, const char *, size_t *) |
|
MagickExport MagickBooleanType | AcquireUniqueFilename (char *) |
|
MagickExport MagickBooleanType | AcquireUniqueSymbolicLink (const char *, char *) |
|
MagickExport MagickBooleanType | ExpandFilenames (int *, char ***) |
|
MagickExport MagickBooleanType | GetPathAttributes (const char *, void *) |
|
MagickExport MagickBooleanType | GetExecutionPath (char *, const size_t) |
|
MagickExport MagickBooleanType | IsPathAccessible (const char *) |
|
MagickExport size_t | MultilineCensus (const char *) |
|
MagickExport ssize_t | GetMagickPageSize (void) |
|
MagickExport unsigned char * | Base64Decode (const char *, size_t *) |
|
MagickExport void | AppendImageFormat (const char *, char *) |
|
MagickExport void | ChopPathComponents (char *, const size_t) |
|
MagickExport void | ExpandFilename (char *) |
|
MagickExport void | GetPathComponent (const char *, PathType, char *) |
|
MagickExport void | MagickDelay (const MagickSizeType) |
|
◆ PathType
Enumerator |
---|
UndefinedPath | |
MagickPath | |
RootPath | |
HeadPath | |
TailPath | |
BasePath | |
ExtensionPath | |
SubimagePath | |
CanonicalPath | |
◆ AcquireUniqueFilename()
◆ AcquireUniqueSymbolicLink()
◆ AppendImageFormat()
MagickExport void AppendImageFormat |
( |
const char * |
, |
|
|
char * |
|
|
) |
| |
◆ Base64Decode()
MagickExport unsigned char* Base64Decode |
( |
const char * |
, |
|
|
size_t * |
|
|
) |
| |
◆ Base64Encode()
MagickExport char* Base64Encode |
( |
const unsigned char * |
, |
|
|
const size_t |
, |
|
|
size_t * |
|
|
) |
| |
◆ ChopPathComponents()
MagickExport void ChopPathComponents |
( |
char * |
, |
|
|
const size_t |
|
|
) |
| |
◆ ExpandFilename()
◆ ExpandFilenames()
◆ GetExecutionPath()
◆ GetMagickPageSize()
◆ GetPathAttributes()
◆ GetPathComponent()
◆ GetPathComponents()
MagickExport char ** GetPathComponents |
( |
const char * |
, |
|
|
size_t * |
|
|
) |
| |
◆ IsPathAccessible()
References access_utf8(), GetPathAttributes(), LocaleCompare(), MagickFalse, MagickTrue, and S_ISREG.
Referenced by GetConfigureBlob(), GetExecutionPath(), GetMagickHomeURL(), GetPathComponent(), InterpretImageProperties(), IsGlob(), LogMagickEventList(), MagickCoreGenesis(), ReadImage(), RenderType(), SetTypeNodePath(), and WriteImage().
◆ ListFiles()
MagickExport char ** ListFiles |
( |
const char * |
, |
|
|
const char * |
, |
|
|
size_t * |
|
|
) |
| |
References AcquireMagickMemory(), AcquireQuantumMemory(), AcquireString(), closedir(), dirent::d_name, FileCompare(), GetMagickModule, GlobExpression(), IsPathDirectory(), LocaleCompare(), LogMagickEvent(), MagickFalse, MagickReadDirectory(), MagickTrue, opendir(), RelinquishMagickMemory(), ResizeQuantumMemory(), ResourceLimitFatalError, ThrowFatalException, and TraceEvent.
Referenced by ExpandFilenames().
◆ MagickDelay()
◆ MultilineCensus()