From 23f4656218bd162194fcad3cdc500561042552e3 Mon Sep 17 00:00:00 2001 From: Teodor Voinea Date: Tue, 22 Aug 2017 12:11:04 -0400 Subject: [PATCH] Add steganography crate to image processing (#329) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b427f91..2a05fce 100644 --- a/README.md +++ b/README.md @@ -731,6 +731,7 @@ See also [Are we game yet?](http://arewegameyet.com) * [chyh1990/imageproc](https://github.com/chyh1990/imageproc) — An advanced image processing library for Rust. [![Build Status](https://api.travis-ci.org/chyh1990/imageproc.svg?branch=master)](https://travis-ci.org/chyh1990/imageproc) * [PistonDevelopers/image](https://github.com/PistonDevelopers/image) — Basic imaging processing functions and methods for converting to and from image formats [](https://travis-ci.org/PistonDevelopers/image) * [kali/opencv-rust](https://github.com/kali/opencv-rust) — Rust bindings for OpenCV [](https://travis-ci.org/kali/opencv-rust) +* [teovoinea/steganography](https://github.com/teovoinea/steganography) [[steganography](https://crates.io/crates/steganography)] — A simple steganography library [](https://travis-ci.org/teovoinea/steganography) ### Logging