|
MagickCore
7.0.10
Convert, Edit, Or Compose Bitmap Images
|
Go to the source code of this file.
Enumerations | |
| enum | PathType { UndefinedPath, MagickPath, RootPath, HeadPath, TailPath, BasePath, ExtensionPath, SubimagePath, CanonicalPath, SubcanonicalPath } |
Functions | |
| MagickExport char * | Base64Encode (const unsigned char *, const size_t, 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 | IsPathAccessible (const char *) |
| MagickExport size_t | MultilineCensus (const char *) magick_attribute((__pure__)) |
| MagickExport unsigned char * | Base64Decode (const char *, size_t *) |
| MagickExport void | AppendImageFormat (const char *, char *) |
| MagickExport void | GetPathComponent (const char *, PathType, char *) |
| MagickExport void | MagickDelay (const MagickSizeType) |
| enum PathType |
| MagickExport MagickBooleanType AcquireUniqueFilename | ( | char * | ) |
| MagickExport MagickBooleanType AcquireUniqueSymbolicLink | ( | const char * | , |
| char * | |||
| ) |
| MagickExport void AppendImageFormat | ( | const char * | , |
| char * | |||
| ) |
| MagickExport unsigned char* Base64Decode | ( | const char * | , |
| size_t * | |||
| ) |
References AcquireQuantumMemory(), Base64, GetMagickModule, LogMagickEvent(), RelinquishMagickMemory(), and TraceEvent.
Referenced by ReadInlineImage().
| MagickExport char* Base64Encode | ( | const unsigned char * | , |
| const size_t | , | ||
| size_t * | |||
| ) |
References AcquireQuantumMemory(), Base64, GetMagickModule, LogMagickEvent(), and TraceEvent.
Referenced by CanonicalXMLContent().
| MagickExport MagickBooleanType ExpandFilenames | ( | int * | , |
| char *** | |||
| ) |
| MagickExport MagickBooleanType GetPathAttributes | ( | const char * | , |
| void * | |||
| ) |
| MagickExport void GetPathComponent | ( | const char * | , |
| PathType | , | ||
| char * | |||
| ) |
| MagickExport MagickBooleanType IsPathAccessible | ( | const char * | ) |
References access_utf8(), GetPathAttributes(), LocaleCompare(), MagickFalse, MagickTrue, and S_ISREG.
Referenced by ExpandFilenames(), GetExecutionPath(), GetMagickHomeURL(), GetPathComponent(), InterpretImageProperties(), IsGlob(), LogMagickEventList(), MagickCoreGenesis(), ReadImage(), RenderType(), SetTypeNodePath(), and WriteImage().
| MagickExport void MagickDelay | ( | const MagickSizeType | ) |
References CLOCKS_PER_SEC.
Referenced by GetImagePixelCache(), and InvokeDelegate().
| MagickExport size_t MultilineCensus | ( | const char * | ) |
Referenced by MontageImageList().