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 char *** GetPathComponents (const char *, unsigned long *)
MagickExport char ***** ListFiles (const char *, const char *, unsigned long *)
MagickExport FILE * OpenMagickStream (const char *, const char *)
MagickExport int SystemCommand (const MagickBooleanType, const char *, ExceptionInfo *)
MagickExport long GetMagickPageSize (void)
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 IsMagickTrue (const char *)
MagickExport MagickBooleanType IsPathAccessible (const char *)
MagickExport unsigned char * Base64Decode (const char *, size_t *)
MagickExport unsigned long MultilineCensus (const char *)
MagickExport void AppendImageFormat (const char *, char *)
MagickExport void ChopPathComponents (char *, const unsigned long)
MagickExport void ExpandFilename (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 *   
)
MagickExport void ChopPathComponents ( char *  ,
const unsigned long   
)
MagickExport void ExpandFilename ( char *   ) 
MagickExport MagickBooleanType ExpandFilenames ( int *  ,
char ***   
)
MagickExport MagickBooleanType GetExecutionPath ( char *  ,
const   size_t 
)
MagickExport long GetMagickPageSize ( void   ) 

Definition at line 1022 of file utility.c.

References sysconf.

Referenced by PersistPixelCache(), and ResourceComponentGenesis().

MagickExport MagickBooleanType GetPathAttributes ( const char *  ,
void *   
)
MagickExport void GetPathComponent ( const char *  ,
PathType  ,
char *   
)
MagickExport char* ** GetPathComponents ( const char *  ,
unsigned long *   
)
MagickExport MagickBooleanType IsMagickTrue ( const char *   ) 
MagickExport MagickBooleanType IsPathAccessible ( const char *   ) 
MagickExport char* ** ** ListFiles ( const char *  ,
const char *  ,
unsigned long *   
)
MagickExport unsigned long MultilineCensus ( const char *   ) 

Definition at line 1757 of file utility.c.

Referenced by MontageImageList().

MagickExport FILE* OpenMagickStream ( const char *  ,
const char *   
)

Definition at line 1798 of file utility.c.

References RelinquishMagickMemory().

Referenced by LogMagickEventList(), and OpenBlob().

MagickExport int SystemCommand ( const   MagickBooleanType,
const char *  ,
ExceptionInfo  
)

Generated on 5 Nov 2009 for MagickCore by  doxygen 1.6.1