Lines Matching full:decipher
8 <title>ImageMagick: Encipher or Decipher an Image</title>
17 <meta name="keywords" content="encipher, or, decipher, an, image, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
59 <p class="text-center"><a href="cipher.html#encipher">Encipher an Image</a> ? <a href="cipher.html#decipher">Decipher an Image</a> ? <a href="cipher.html#caveats">Encipher and Decipher Caveats</a></p>
79 <h2 class="magick-header"><a id="decipher"></a>Decipher an Image</h2>
81 <p>Use the <a href="command-line-options.html#decipher">-decipher</a> option to unscramble your image so that it is recognizable once again. The option requires a filename that contains your passphrase. In this example we unscramble an image and save it in the JPEG format:</p>
84 convert rose.png -decipher passphrase.txt rose.jpg
87 <h2 class="magick-header"><a id="caveats"></a>Encipher and Decipher Caveats</h2>