Skip to content

Releases: Kaciras/ICAnalyzer

v0.3.1

02 Sep 09:27
64f59cd
Compare
Choose a tag to compare
  • Add support of convert images to HEIC.
  • fix enum option order in control panel.
  • fix zoom state reset after change view type.
  • fix OOM error when encoding images to AVIF.

v0.3.0

19 Aug 06:55
baa3354
Compare
Choose a tag to compare

Toolchain Upgrade

  • use native CSS nesting instead of SCSS.
  • update encoders, the options are changed and cached options has been clear.

New Codec Support

  • add support of encode image to PNG with quantization.
  • add support of decode HEIC images (but no encode).

Fixes

  • use WebGL2 context to retreive ImageData, avoid alpha premultiply loss.
  • fix blending of transparent pixels in ImageView.
  • premultiply alpha channel of images before compare.

v0.2.1

22 Jun 13:09
f30851e
Compare
Choose a tag to compare
  • upgrade to pnpm v9.
  • recompile butteraugli with latest emsdk.
  • optimize outputs matching algorithm.
  • remove SIMD fallback modules, ICAnalyzer now require browser support SIMD in WASM.
  • use prebuilt SVG icons, some icons are changed.
  • add the split view mode.
  • add Chinese translation.
  • add select directory button to FileDrop
  • add QOI codec support.

v0.2.0

14 Jan 12:51
e75945c
Compare
Choose a tag to compare
  • update minimum supported browsers.
  • remove a11y module for chart.
  • use SWC to transform TypeScript files.
  • add "type": "module" to package.json

v0.1.0

03 Nov 03:03
0a405cd
Compare
Choose a tag to compare
update README.md