MagickCore  6.7.5
utility.h File Reference

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 IsMagickTrue (const char *)
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 489 of file utility.c.

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

Referenced by CanonicalXMLContent().

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

Definition at line 1746 of file utility.c.

Referenced by MontageImageList().