|
MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
|
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 *) |
| 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 * | image, |
| const StringInfo * | passkey, | ||
| ExceptionInfo * | exception | ||
| ) |
Definition at line 1180 of file cipher.c.
References _Image::filename, GetMagickModule, ImageError, IsEventLogging(), LogMagickEvent(), MagickCoreSignature, MagickFalse, _ExceptionInfo::signature, _Image::signature, ThrowBinaryException, and TraceEvent.