Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (26 loc) · 1.48 KB

sm4954.md

File metadata and controls

35 lines (26 loc) · 1.48 KB

Repository Link

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

Project Progress Updates

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