https://github.com/zedseven/palettepull
A tool to pull a complete colour palette from a directory of sprites.
https://github.com/zedseven/palettepull
color-palette colour-palette image-processing palette palettes sprite-sheet
Last synced: 4 months ago
JSON representation
A tool to pull a complete colour palette from a directory of sprites.
- Host: GitHub
- URL: https://github.com/zedseven/palettepull
- Owner: zedseven
- License: mit
- Created: 2020-03-17T07:57:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T09:24:17.000Z (over 5 years ago)
- Last Synced: 2025-03-06T20:14:13.358Z (8 months ago)
- Topics: color-palette, colour-palette, image-processing, palette, palettes, sprite-sheet
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# palettepull
[](https://opensource.org/licenses/MIT) [](https://godoc.org/github.com/zedseven/palettepull)A tool to pull a complete colour palette from a directory of sprites.
## Usage
Usage of the tool is very simple. Just call `palettepull ""`.The tool will then generate a PNG image named in the format of `Palette.png` in the same
location as the directory/sprite that was specified.## Example
Using `palettepull "media/dialga-sprite.png"` on...
...generates the following palette (blown up to be visible) in the same location as the source:
.")