![]() |
![]() |
![]() |
![]() |
[
About ImageMagick
] [ Command-line Tools Processing Options Usage Program Interfaces MagickWand MagickCore PerlMagick Magick++ Architecture ] [ Install from Source Unix Windows Binary Releases Unix Mac OS X Windows Resources ] [ Download ] [ Site Map Links ] [ Sponsors: ] |
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: imagethe image. passphrasedecipher cipher pixels with this passphrase. exceptionreturn any errors or warnings in this structure. 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: imagethe image. passphraseencipher pixels with this passphrase. exceptionreturn any errors or warnings in this structure. |