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
- Host: GitHub
- URL: https://github.com/legraphista/image-entropy
- Owner: legraphista
- License: mit
- Created: 2016-11-25T17:10:27.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-28T13:34:50.000Z (almost 9 years ago)
- Last Synced: 2025-05-16T14:44:02.969Z (5 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
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
```