[ImageMagick] [sponsor]

DecipherImage

DecipherImage() converts cipher pixels to plain pixels.

The format of the DecipherImage method is:

  MagickBooleanType DecipherImage(Image *image,const char *passphrase,
    ExceptionInfo *exception)

A description of each parameter follows:

image

    the image.

passphrase

    decipher cipher pixels with this passphrase.

exception

    return any errors or warnings in this structure.

EncipherImage

EncipherImage() converts pixels to cipher-pixels.

The format of the EncipherImage method is:

  MagickBooleanType EncipherImage(Image *image,const char *passphrase,
    ExceptionInfo *exception)

A description of each parameter follows:

image

    the image.

passphrase

    encipher pixels with this passphrase.

exception

    return any errors or warnings in this structure.