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.
- Host: GitHub
- URL: https://github.com/Kaciras/ICAnalyzer
- Owner: Kaciras
- License: agpl-3.0
- Created: 2020-10-18T02:12:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-22T13:04:46.000Z (5 months ago)
- Last Synced: 2024-07-13T06:35:12.436Z (4 months ago)
- Topics: avif, butteraugli, image-convertors, ssim, webp
- Language: TypeScript
- Homepage: https://ic-analyzer.kaciras.com
- Size: 13.2 MB
- Stars: 37
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - ICAnalyzer
README
# ICAnalyzer
Online image compression & analysis 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 >= 16.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
```