MagickCore  7.0.0
utility.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  PathType {
  UndefinedPath, MagickPath, RootPath, HeadPath,
  TailPath, BasePath, ExtensionPath, SubimagePath,
  CanonicalPath
}
 

Functions

MagickExport char * Base64Encode (const unsigned char *, const size_t, size_t *)
 
MagickExport int SystemCommand (const MagickBooleanType, const MagickBooleanType, const char *, ExceptionInfo *)
 
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 *)
 
MagickExport unsigned char * Base64Decode (const char *, size_t *)
 
MagickExport void AppendImageFormat (const char *, char *)
 
MagickExport void GetPathComponent (const char *, PathType, char *)
 

Enumeration Type Documentation

enum PathType
Enumerator
UndefinedPath 
MagickPath 
RootPath 
HeadPath 
TailPath 
BasePath 
ExtensionPath 
SubimagePath 
CanonicalPath 

Definition at line 25 of file utility.h.

Function Documentation

MagickExport MagickBooleanType AcquireUniqueFilename ( char *  )
MagickExport MagickBooleanType AcquireUniqueSymbolicLink ( const char *  ,
char *   
)
MagickExport void AppendImageFormat ( const char *  ,
char *   
)
MagickExport unsigned char* Base64Decode ( const char *  ,
size_t *   
)
MagickExport char* Base64Encode ( const unsigned char *  ,
const size_t  ,
size_t *   
)

Definition at line 493 of file utility.c.

References AcquireQuantumMemory(), Base64, GetMagickModule, LogMagickEvent(), and TraceEvent.

Referenced by CanonicalXMLContent().

MagickExport MagickBooleanType ExpandFilenames ( int *  ,
char ***   
)
MagickExport MagickBooleanType GetPathAttributes ( const char *  ,
void *   
)
MagickExport size_t MultilineCensus ( const char *  )

Definition at line 1749 of file utility.c.

Referenced by MontageImageList().