Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.49 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.49 KB

pre-commit Maintainability Test Coverage Documentation Status

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