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
- Host: GitHub
- URL: https://github.com/baskerville/aco2gpl
- Owner: baskerville
- License: gpl-2.0
- Created: 2014-10-11T19:19:22.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-11T19:35:13.000Z (almost 12 years ago)
- Last Synced: 2025-10-11T13:33:18.631Z (10 months ago)
- Language: C
- Size: 137 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).