Skip to content

A tool to convert between JASC and GIMP palette formats (Age of Empires uses the JASC format)

License

Notifications You must be signed in to change notification settings

ChariotEngine/jasc-and-gpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A tool to convert between JASC and GIMP palette formats (Age of Empires uses the JASC format)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages