MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
cipher.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

MagickExport MagickBooleanType DecipherImage (Image *, const char *, ExceptionInfo *)
 
MagickExport MagickBooleanType EncipherImage (Image *, const char *, ExceptionInfo *)
 
MagickExport MagickBooleanType PasskeyDecipherImage (Image *, const StringInfo *, ExceptionInfo *)
 
MagickExport MagickBooleanType PasskeyEncipherImage (Image *, const StringInfo *, ExceptionInfo *)
 

Function Documentation

◆ DecipherImage()

MagickExport MagickBooleanType DecipherImage ( Image ,
const char *  ,
ExceptionInfo  
)

◆ EncipherImage()

MagickExport MagickBooleanType EncipherImage ( Image ,
const char *  ,
ExceptionInfo  
)

◆ PasskeyDecipherImage()

MagickExport MagickBooleanType PasskeyDecipherImage ( Image ,
const StringInfo ,
ExceptionInfo  
)

◆ PasskeyEncipherImage()