MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
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 , SubcanonicalPath , BasePathSansCompressExtension
}
 

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

◆ PathType

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

Definition at line 25 of file utility.h.

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 *  source,
size_t *  length 
)

◆ Base64Encode()

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

◆ ExpandFilenames()

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

◆ GetPathAttributes()

MagickExport MagickBooleanType GetPathAttributes ( const char *  ,
void *   
)

◆ GetPathComponent()

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

◆ IsPathAccessible()

◆ MagickDelay()

MagickExport void MagickDelay ( const  MagickSizeType)

Definition at line 1736 of file utility.c.

References CLOCKS_PER_SEC.

Referenced by GetImagePixelCache(), and InvokeDelegate().

◆ MultilineCensus()

MagickExport size_t MultilineCensus ( const char *  label)

Definition at line 1810 of file utility.c.

Referenced by MontageImageList().