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.