/image-anti-aliasing

Python library for image image anti-aliasing

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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