Metadata-Version: 2.1
Name: stepic
Version: 0.5.0
Summary: Python image steganography
Home-page: https://launchpad.net/stepic
Author: Lenny Domnitser
Author-email: lenny@domnit.org
Maintainer: Scott Kitterman
Maintainer-email: scott@kitterman.com
License: GPL
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Environment :: Console
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Utilities
Classifier: Development Status :: 6 - Mature
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
License-File: COPYING

Stepic - Python image steganography
https://launchpad.net/stepic


# INTRODUCTION

Stepic hides arbitrary data inside Pillow images.

Stepic is a Python module and command line tool for hiding arbitrary data
within images by slightly modifying the colors. These modifications are
generally imperceptible to humans, but are machine detectable.  Works with
RGB, RGBA, or CMYK images. Does not work with JPEG or other lossy compression
schemes.

# VERSION

This is Stepic 0.5.0

# REQUIREMENTS

Stepic requires Python 3.  Any upstream Supported Python 3 version should be
adequate.  Stepic also requires the Pillow Python Imaging Library.

# USAGE

See the included file doc/help.txt

# FEEDBACK

Bug reports may be submitted to the bug tracker for the stepic project on
launchpad.

# LICENSE
Stepic is © 2007 Lenny Domnitser and © 2018, 2020 Scott Kitterman and is
released under the GNU GPL 2.

