Skip to main content

a simple digital image processing library

Project description

pre-commit Maintainability Test Coverage

simple-imaging

simple-imaging is a Python library for simple imaging processing tasks, made as part of the assignment for the Digital Imaging Processing class taken in 2020.

Installation

Use the package manager pip to install simple-imaging.

pip install simple-imaging

Usage

A simple example of the usage can be found below.

from simple_imaging import image

img = image.read_file('sample.ppm')
img.negative()

Developer reference

WIP

Running tests

This project has unit tests, and PRs have to pass in all tests to be merged.

WIP

Contributing

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

Please make sure to update tests as appropriate.

License

MIT

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

simple_imaging-0.8.3.tar.gz (14.1 kB view hashes)

Uploaded Source

Built Distribution

simple_imaging-0.8.3-py2.py3-none-any.whl (14.3 kB view hashes)

Uploaded Python 2 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