-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2d2db33
commit 685f118
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
# supersampling-library | ||
Python library for image supersampling | ||
# Image Supersampling Library | ||
|
||
## Project Idea: | ||
Build a library for Python that supports the up-scaling of images. | ||
|
||
## Motivation: | ||
As monitor resolutions grow higher, the need for a versatile supersampling library grows greater. | ||
In some cases, there is a need for a high-quality supersampling, and in other cases, there is a need for a high-speed supersampling. | ||
In the early stages, the supersampling algorithms will be limited, but the goal of this project is to provide a sizable library that is versatile and streamlined. |