Skip to content

xBRZ for Java 1.8.2

Latest
Compare
Choose a tag to compare
@stanio stanio released this 21 Nov 16:39
· 12 commits to master since this release

Maven Central artifacts

  • xbrz-core:1.8.2
  • xbrz-awt:1.8.2

Note

As usual, find the command-line xbrz-tool.jar along with the xbrz.cmd (Windows batch) and xbrz.sh (Linux shell) really executable jar variants attached here.

Highlights

  • Important thread-safety fix (a0bf929)
  • Few speculative performance optimizations (a652a83, b9bc973)
  • A new XbrzFilter for the Image Producer/Consumer paradigm
  • A new ColorDistance.integerYCbCr() providing better performance than (the default) ColorDistance.yCbCr(). While the performance is not better than ColorDistance.bufferedYCbCr(), it comes at no additional memory cost and possibly providing better quality compared to lower resolution buffer tables

Important

API breaking changes

These may or may not affect your current usage:

Full changelog: 1.8.1...1.8.2