a simple digital image processing library
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file simple_imaging-0.8.3.tar.gz
.
File metadata
- Download URL: simple_imaging-0.8.3.tar.gz
- Upload date:
- Size: 14.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a3ede191b609c9930a390a40a83c06897da9436af7513f307dad59936ea95a2a |
|
MD5 | ee58db90dad3a1d3df7d83c53d44a8be |
|
BLAKE2b-256 | 0fe91440a562df0c8b04cc70318faf5441e3cb5f9cd136c3915af740c2f08e72 |
File details
Details for the file simple_imaging-0.8.3-py2.py3-none-any.whl
.
File metadata
- Download URL: simple_imaging-0.8.3-py2.py3-none-any.whl
- Upload date:
- Size: 14.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6585b64043f4c12261a02d15365411d5f49ba73610d5ce3b9a87690de931c77d |
|
MD5 | dfe650d4a44a92852435d33c319756ac |
|
BLAKE2b-256 | ed591edff21dfce5cc8425f4a34e30bfcb1a55e34b9c5ab0b7291ef7ff34d53e |