Skip to content

Kaciras/ICAnalyzer

Repository files navigation

ICAnalyzer

Test

Online image compression analyze tool.

ic-analyzer.kaciras.com

  • Convert an image or just select images to analyze.
  • Images never leave your device since ICAnalyzer does all the work locally.
  • Support image similarity metrics: SSIM, PSNR, and butteraugli

Supported browsers:

  • Firefox >= 121
  • Edge >= 105
  • Chrome >= 105
  • Safari >= 15.4

Build

Clone the repo and install dependencies:

git clone https://github.com/Kaciras/ICAnalyzer.git
cd ICAnalyzer
git submodule update --init --recursive --depth=1
pnpm install

Start development server with hot reloading:

pnpm run dev

Build production bundle:

pnpm run build