Amrsatrio / jsquish

DXT image compression in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSquish

Download Build Status

Based on JSquish library for DXT image compression by S. Brown, with small modifications in order to allow for concurrent calls to compression methods. Moreover, the ClusterFit algorithm was tweaked a little bit, which makes it about twice as fast.

Usage

Add this to build.sbt:

resolvers += "memo33-bintray" at "http://dl.bintray.com/memo33/maven"

libraryDependencies += "com.github.memo33" % "jsquish" % "2.0.1"

About

DXT image compression in Java

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 99.8%Language:Kotlin 0.2%