Online image compression & analysis tool.
- 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 >= 120
- Chrome >= 120
- Safari >= 17.2
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