[][src]Function stegasaurus::store

pub fn store(message: &[u8], carrier: &[u8], write: impl Write) -> Result<()>

Store an arbitrary message within a PNG image.

The type of the source image probably doesn't matter, but the output image will be stored as PNG in order to avoid potential data loss due to compression.