MagickCore 7.1.0
Convert, Edit, Or Compose Bitmap Images
|
#include "MagickCore/studio.h"
#include "MagickCore/cache.h"
#include "MagickCore/cipher.h"
#include "MagickCore/exception.h"
#include "MagickCore/exception-private.h"
#include "MagickCore/image.h"
#include "MagickCore/image-private.h"
#include "MagickCore/linked-list.h"
#include "MagickCore/list.h"
#include "MagickCore/memory_.h"
#include "MagickCore/memory-private.h"
#include "MagickCore/monitor.h"
#include "MagickCore/monitor-private.h"
#include "MagickCore/property.h"
#include "MagickCore/quantum-private.h"
#include "MagickCore/registry.h"
#include "MagickCore/semaphore.h"
#include "MagickCore/signature-private.h"
#include "MagickCore/splay-tree.h"
#include "MagickCore/statistic.h"
#include "MagickCore/string_.h"
Go to the source code of this file.
Functions | |
MagickExport MagickBooleanType | DecipherImage (Image *image, const char *passphrase, ExceptionInfo *exception) |
MagickExport MagickBooleanType | PasskeyDecipherImage (Image *image, const StringInfo *passkey, ExceptionInfo *exception) |
MagickExport MagickBooleanType | EncipherImage (Image *image, const char *passphrase, ExceptionInfo *exception) |
MagickExport MagickBooleanType | PasskeyEncipherImage (Image *image, const StringInfo *passkey, ExceptionInfo *exception) |
MagickExport MagickBooleanType DecipherImage | ( | Image * | image, |
const char * | passphrase, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 1111 of file cipher.c.
References _Image::filename, GetMagickModule, ImageError, IsEventLogging(), LogMagickEvent(), MagickCoreSignature, MagickFalse, _ExceptionInfo::signature, _Image::signature, ThrowBinaryException, and TraceEvent.
MagickExport MagickBooleanType EncipherImage | ( | Image * | image, |
const char * | passphrase, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 1167 of file cipher.c.
References _Image::filename, GetMagickModule, ImageError, IsEventLogging(), LogMagickEvent(), MagickCoreSignature, MagickFalse, _ExceptionInfo::signature, _Image::signature, ThrowBinaryException, and TraceEvent.
MagickExport MagickBooleanType PasskeyDecipherImage | ( | Image * | image, |
const StringInfo * | passkey, | ||
ExceptionInfo * | exception | ||
) |
Definition at line 1124 of file cipher.c.
References _Image::filename, GetMagickModule, ImageError, IsEventLogging(), LogMagickEvent(), MagickCoreSignature, MagickFalse, _ExceptionInfo::signature, _Image::signature, ThrowBinaryException, and TraceEvent.
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.