Releases: Kaciras/ICAnalyzer
Releases · Kaciras/ICAnalyzer
v0.3.1
v0.3.0
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
- 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.