Skip to content

shengtanmao/image-anti-aliasing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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