Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Kaciras/ICAnalyzer

Online image compression analyze tool.
https://github.com/Kaciras/ICAnalyzer

avif butteraugli image-convertors ssim webp

Last synced: 3 months ago
JSON representation

Online image compression analyze tool.

Lists

README

        

# ICAnalyzer

[![Test](https://github.com/Kaciras/ICAnalyzer/actions/workflows/test.yml/badge.svg)](https://github.com/Kaciras/ICAnalyzer/actions/workflows/test.yml)

Online image compression analyze tool.

[ic-analyzer.kaciras.com](https://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](https://github.com/google/butteraugli)

Supported browsers:

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

# Build

Clone the repo and install dependencies:

```shell script
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:

```shell script
pnpm run dev
```

Build production bundle:

```shell script
pnpm run build
```