|
MagickCore 7.1.0
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 , BasePathSansCompressExtension } |
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 * | source, |
| size_t * | length | ||
| ) |
Definition at line 347 of file utility.c.
References AcquireQuantumMemory(), Base64, GetMagickModule, IsEventLogging(), LogMagickEvent(), MagickFalse, RelinquishMagickMemory(), and TraceEvent.
Referenced by ReadInlineImage().
| MagickExport char * Base64Encode | ( | const unsigned char * | blob, |
| const | size_t, | ||
| size_t * | encode_length | ||
| ) |
Definition at line 503 of file utility.c.
References AcquireQuantumMemory(), Base64, GetMagickModule, IsEventLogging(), LogMagickEvent(), MagickFalse, 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 * | path | ) |
Definition at line 1497 of file utility.c.
References access_utf8(), GetPathAttributes(), LocaleCompare(), MagickFalse, MagickTrue, and S_ISREG.
Referenced by ExpandFilenames(), GetExecutionPath(), GetMagickHomeURL(), GetPathComponent(), InterpretImageProperties(), IsCommandOption(), IsGlob(), LogMagickEventList(), MagickCoreGenesis(), ReadImage(), RenderType(), SetTypeNodePath(), and WriteImage().
| MagickExport void MagickDelay | ( | const | MagickSizeType | ) |
Definition at line 1736 of file utility.c.
References CLOCKS_PER_SEC.
Referenced by GetImagePixelCache(), and InvokeDelegate().
| MagickExport size_t MultilineCensus | ( | const char * | label | ) |
Definition at line 1810 of file utility.c.
Referenced by MontageImageList().