eanicom has asked for the wisdom of the Perl Monks concerning the following question:

Hello Perl Masters, I'm looking for a guide in being able to decode a png image file. I'm not looking for someone to hand the answer over to me but at least to guide me. Is there a perl module I can start to use to analyze and decode a png image file? There is a hidden message in the PNG image file that I would like to learn to decode.

Replies are listed 'Best First'.
Re: Decoding a PNG image file
by CountZero (Bishop) on Jan 10, 2015 at 13:27 UTC
    Do you know how the hidden message is encoded into the PNG image? Or do you have an algorithm for decoding it?

    Don't trust the "ACME::*" modules that were suggested. They can only decode files they have encoded themselves and as Acme::Steganography::Image::Png says itself it is "extremely ineffective at hiding your secrets inside Png images".

    CountZero

    A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

    My blog: Imperial Deltronics
Re: Decoding a PNG image file
by Anonymous Monk on Jan 10, 2015 at 02:48 UTC
Re: Decoding a PNG image file
by pme (Monsignor) on Jan 10, 2015 at 09:58 UTC
Re: Decoding a PNG image file
by Anonymous Monk on Jan 10, 2015 at 21:08 UTC