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

https://github.com/baskerville/aco2gpl

Converts a Photoshop palette to a GIMP palette
https://github.com/baskerville/aco2gpl

Last synced: 22 days ago
JSON representation

Converts a Photoshop palette to a GIMP palette

Awesome Lists containing this project

README

          

# DESCRIPTION

Reads a Photoshop palette file on standard input and writes a GIMP palette file on standard output.

# USAGE

aco2gpl < foo.aco > bar.gpl

# CREDITS

This is a hack of [aco2html](https://github.com/mindscratch/aco2html).