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.
Use the package manager pip to install simple-imaging.
pip install simple-imaging
A simple example of the usage can be found below.
from simple_imaging import image
img = image.read_file('sample.ppm')
img.negative()
WIP
This project has unit tests, and PRs have to pass in all tests to be merged.
WIP
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.