Skip to content

v0.2.0

Compare
Choose a tag to compare
@cubicibo cubicibo released this 18 Aug 15:02
· 125 commits to main since this release

SUPer v0.2.0
Includes all of the hotfixes made to v0.1.9 (released as 9a, b, c...) and fixes the quantization issues on highly transparent images.

Front-end

  • Remove the inject functionality.
  • Add config.ini to setup a custom quantizer.
  • Remove PIL option in quantization dropdown list.

Back-end

  • Add PILIQ library to bind to pngquant or libimagequant (provided they are on your system in some form)
  • Improve PIL+KMeans mode. When PIL fails to quantize an image, SUPer fall-back to K-Means.
  • Correct negative WDS PTS timestamps.
  • v0.1.9x hotfixes like enabling NORMAL CASE object redefinition, event shift in time and epoch definitions.

If you have pngquant in your path, SUPer will automatically detect it and make it available on the GUI. Else you must specify its location (or libimagequant) via the config.ini file.
SUPer GUI will print: SUPui: INFO : Advanced image quantizer armed: [...] if it manages to bind to either pngquant or libimagequant on your system automatically or via the provided user config.