https://github.com/thimc/palette
non-interactive cli tool that extracts colors from images
https://github.com/thimc/palette
Last synced: 8 months ago
JSON representation
non-interactive cli tool that extracts colors from images
- Host: GitHub
- URL: https://github.com/thimc/palette
- Owner: thimc
- License: mit
- Created: 2023-10-14T19:10:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-14T23:21:26.000Z (over 2 years ago)
- Last Synced: 2025-01-14T13:16:47.172Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# palette
Simple color extractor CLI tool that either reads from standard input, or from a
file passed as an argument and dumps the colors in hexadecimal values.
The colors are sorted by their occurrence and printed out to the console with a
`#RRGGBB` format.
## Example usage
./palette /path/to/my/image.png
./palette