Skip to content

Repository for Digital Image Processing class. It holds Source-code for homework and Class notes

License

MIT, GPL-3.0 licenses found

Licenses found

MIT
LICENSE
GPL-3.0
LICENSE.md
Notifications You must be signed in to change notification settings

deadpyxel/simple-imaging

Repository files navigation

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

About

Repository for Digital Image Processing class. It holds Source-code for homework and Class notes

Topics

Resources

License

MIT, GPL-3.0 licenses found

Licenses found

MIT
LICENSE
GPL-3.0
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages