Project home page: SourceForge: Welcome

With the help of sng, you can encrypt the PNG file like this:
Code:
$ sng sample-pic.png
$ sed 's/0000ff/00ff00/g' sample-pic.sng > sample-pic2.sng
$ sng sample-pic2.sng
A reverse conversion will show your the original pictures.

Have Fun!