PerlMagick Cipher Question

PerlMagick is an object-oriented Perl interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning PerlMagick.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: PerlMagick Cipher Question

Post by magick »

Ciphering is enabled by default in recent versions of ImageMagick. Download the ImageMagick source and build with these commands:
  • cd ImageMagick-6.4.7-4
    ./configure --with-quantum-depth=8
    make
    make install
Post Reply