Re: PerlMagick Cipher Question
Posted: 2008-12-09T09:46:29-07:00
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