Encrypted images failing in specific case
See
http://www.imagemagick.org/Usage/transform/#encipher
The first encrypt/decrypt is not working - it used to (encryt using a passphrase from file)
But every other encryption method seems to work!
encryption failed!
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
encryption failed!
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: encryption failed!
Add -type truecolor to your encryption command line:
- convert message.gif -encipher pass_phrase.txt -depth 8 -type truecolor message_hidden.png
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: encryption failed!
I see png will now output png8 is image is type palette.
Understood. thank you for the clarification.
Understood. thank you for the clarification.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/