Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dryairship/stegano_in_py

Hides one PNG file into another.
https://github.com/dryairship/stegano_in_py

image-manipulation image-processing pil png steganography steganography-algorithms

Last synced: about 1 month ago
JSON representation

Hides one PNG file into another.

Awesome Lists containing this project

README

        

## Purpose
The program hides one PNG file into another.

## Principle
The data of the hidden image is stored in the last two bits of a color value. The last two bits of each color value of both the images are lost. However, the difference is too subtle for the human eye to notice.

## Usage
```$ python stegano-encoder.py visible-image.png hidden-image.png [output.png]```
```$ python stegano-decoder.py encoded.png [decoded.png]```