Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

kayahr/scilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scilter

Description

Scilter (A shorter name for Scale Filter) is a library which can be used to scale images with different algorithms.

The following algorithms are currently supported:

  • HQX magnification filter (2x, 3x and 4x) from Maxim Stepin.
  • Nearest Neighbor (2x, 3x and 4x)
  • scale2x and scale3x algorithms from Kevin Glass.

Scilter can also be used as a command line tool for scaling images.

License

This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

Download

The JAR can be downloaded from my Maven Repository or if you are using Maven you can simply add it as a dependency:

<repositories>
  <repository>
    <id>ailis-releases</id>
    <name>Ailis Maven Releases</name>
    <url>http://nexus.ailis.de/content/groups/public/</url>
  </repository>
</repositories>

<dependencies>
  <dependency>   
    <groupId>de.ailis.scilter</groupId>
    <artifactId>scilter</artifactId>
    <version>1.0.1</version>
  </dependency>
</dependencies>

About

A library with various different scaling algorithms like scale2x, scale3x, hq2x, hq3x and hq4x.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages