MagickCore  6.9.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
}
 

Functions

MagickExport char * Base64Encode (const unsigned char *, const size_t, size_t *)
 
MagickExport char ** GetPathComponents (const char *, size_t *)
 
MagickExport char ** ListFiles (const char *, const char *, 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 GetExecutionPath (char *, const size_t)
 
MagickExport MagickBooleanType IsPathAccessible (const char *)
 
MagickExport size_t MultilineCensus (const char *)
 
MagickExport ssize_t GetMagickPageSize (void)
 
MagickExport unsigned char * Base64Decode (const char *, size_t *)
 
MagickExport void AppendImageFormat (const char *, char *)
 
MagickExport void ChopPathComponents (char *, const size_t)
 
MagickExport void ExpandFilename (char *)
 
MagickExport void GetPathComponent (const char *, PathType, char *)
 
MagickExport void MagickDelay (const MagickSizeType)
 

Enumeration Type Documentation

◆ PathType

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

Function Documentation

◆ AcquireUniqueFilename()

MagickExport MagickBooleanType AcquireUniqueFilename ( char *  )

◆ AcquireUniqueSymbolicLink()

MagickExport MagickBooleanType AcquireUniqueSymbolicLink ( const char *  ,
char *   
)

◆ AppendImageFormat()

MagickExport void AppendImageFormat ( const char *  ,
char *   
)

◆ Base64Decode()

MagickExport unsigned char* Base64Decode ( const char *  ,
size_t *   
)

◆ Base64Encode()

MagickExport char* Base64Encode ( const unsigned char *  ,
const size_t  ,
size_t *   
)

◆ ChopPathComponents()

MagickExport void ChopPathComponents ( char *  ,
const size_t   
)

◆ ExpandFilename()

MagickExport void ExpandFilename ( char *  )

◆ ExpandFilenames()

MagickExport MagickBooleanType ExpandFilenames ( int *  ,
char ***   
)

◆ GetExecutionPath()

MagickExport MagickBooleanType GetExecutionPath ( char *  ,
const size_t   
)

◆ GetMagickPageSize()

MagickExport ssize_t GetMagickPageSize ( void  )

◆ GetPathAttributes()

MagickExport MagickBooleanType GetPathAttributes ( const char *  ,
void *   
)

◆ GetPathComponent()

MagickExport void GetPathComponent ( const char *  ,
PathType  ,
char *   
)

◆ GetPathComponents()

MagickExport char ** GetPathComponents ( const char *  ,
size_t *   
)

◆ IsPathAccessible()

◆ ListFiles()

◆ MagickDelay()

MagickExport void MagickDelay ( const MagickSizeType  )

References lib.

Referenced by GetImagePixelCache(), and InvokeDelegate().

◆ MultilineCensus()

MagickExport size_t MultilineCensus ( const char *  )

Referenced by MontageImageList().