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

https://github.com/legraphista/image-entropy

Calculates the entropy of an image
https://github.com/legraphista/image-entropy

Last synced: 3 months ago
JSON representation

Calculates the entropy of an image

Awesome Lists containing this project

README

          

# Image Entropy

Basic CLI tool to calculate the entropy of an image

## Install
```
npm i -g image-entropy
```

## Usage
```
entropy []

Examples:

entropy test.png
cat test.png | entropy
```