Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 374 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 374 Bytes

JSquish

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:

libraryDependencies += "io.github.memo33" % "jsquish" % "2.1.0"