Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1016 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 1016 Bytes

Image Anti-Aliasing Library

License Build Status Codecov Docs

Description

A Python library that provides algorithms for upscaling images.

Features

This library provides image scaling algorithm:

  • Nearest-neighbor interpolation
  • Bilinear interpolation
  • Bicubic interpolation

Installation

  1. Download the repository.
  2. Place the repository in the folder where usage is required.
  3. Install the dependencies outlined in requirements.txt.

License

GPL 3.0