Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T09:24:17.000Z (over 4 years ago)
- Last Synced: 2024-11-16T12:12:56.270Z (3 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
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![GoDoc](https://godoc.org/github.com/zedseven/palettepull?status.svg)](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...![Dialga Sprite](media/dialga-sprite.png "The sprite of the Pokémon Dialga.")
...generates the following palette (blown up to be visible) in the same location as the source:
![Dialga Sprite Palette](media/dialga-spritePalette.png "The palette generated from the above sprite (blown up).")