Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 451 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 451 Bytes

jasc_and_gpl

A binary tool used to convert between JASC ("pal") and GIMP ("gpl") palette formats.

License

MIT

Usage

jasc_and_gpl operates in one of two modes:

  • jasc-to-gpl which converts PAL to GPL
  • gpl-to-jasc which converts GPL to PAL
$ cargo run -- jasc-to-gpl --jasc-path /path/to/input.pal --gpl-path /path/to/output.gpl

$ cargo run -- gpl-to-jasc --gpl-path /path/to/input.gpl --jasc-path /path/to/output.pal