MagickCore  7.0.10
Convert, Edit, Or Compose Bitmap Images
utility.h File Reference

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)
 

Enumeration Type Documentation

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

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 MagickBooleanType ExpandFilenames ( int *  ,
char ***   
)
MagickExport MagickBooleanType GetPathAttributes ( const char *  ,
void *   
)
MagickExport void GetPathComponent ( const char *  ,
PathType  ,
char *   
)
MagickExport void MagickDelay ( const MagickSizeType  )

References CLOCKS_PER_SEC.

Referenced by GetImagePixelCache(), and InvokeDelegate().

MagickExport size_t MultilineCensus ( const char *  )

Referenced by MontageImageList().