mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Adds options to PNG importing so that any valid DMI file can be entirely built from PNG files and DMITool. Adds version string and "version" command Adds info command to get a list of states easily (the only way previously was to print the descriptor with "dmitool -vvvv verify $file" and parse with e.g. grep/sed)
Uses PNGJ: https://code.google.com/p/pngj/. For help, use "java -jar dmitool.jar help". Requires Java 7.