Skip to main content

A simple image manipulation library

Project description

ManipuIMG

License

Description

ManipuIMG is a small image manipulation tool that allows hiding text in images, converting text to images, creating histograms, and more!

Features

  • Steganography
  • Histograms
  • Text as an Image

Installation

Install via pip install manipuimg on Windows, pip3 install manipuimg on MacOS/Linux, or !pip install manipuimg on Jupyter Notebook.

Usage

import manipuimg

# Example usage of ImageStore
store = manipuimg.ImageStore('base')
store.text_to_image('Hello, world!')
print(store.image_to_text())  # Should print 'Hello, world!'

# Example usage of ImageHistogram
histogram = manipuimg.ImageHistogram('path/to/image.png')
histogram.calculate_histogram()
histogram.save_histogram('histogram.png')

# Example usage of ImageSteganography
steganography = manipuimg.ImageSteganography('path/to/image.png')
steganography.encode('Secret message')
print(steganography.decode())  # Should print 'Secret message'
steganography.save('stegano.png')

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

manipuimg-0.0.2.tar.gz (6.9 kB view hashes)

Uploaded Source

Built Distribution

manipuimg-0.0.2-py3-none-any.whl (7.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page