A Python library that provides algorithms for upscaling images.
This library provides image scaling algorithm:
- Nearest-neighbor interpolation
- Bilinear interpolation
- Bicubic interpolation
- Download the repository.
- Place the repository in the folder where usage is required.
- Install the dependencies outlined in requirements.txt.
GitHub Project 0/1: added project for repo.
Initial Issue 2/4: added open issue "release v1", added and closed issue "improve uniform grid algorithm", closed issue "add documentations", closed issue "add tests."
Setup personal webpage.
Tagged and pushed v0.1.0, included release notes.
Added jupyter notebook example in docs/examples
Second release 12/20