Tags give the ability to mark specific points in history as being important
  • v0.7.1
    e96cffc2 · Bump version ·
    Changed
    - Output file path for 'info' command is optional
    - 'info' command will not output tile data without first specifying the tile-size argument
    
  • v0.7.0
    e4ff2ef6 · Clippy Lints ·
    Added
    - "Info" command for extracting spritesheet info
    
    Changed
    - Warnings-free
    
  • v0.5.1
    6ddb528b · Update crate info ·
    Added
    - Docs available at "https://microhacks.lcr.app/crunch/"
    
    Changed
    - Most commands now have short versions of long args
    - Extrude command now takes a single padding argument instead of x & y
    
  • v0.5.0
    83d8f694 · Update version info ·
    Added
    - `split` command, turning a spritesheet into individual sprites
    
    Fixed
    - Text output from `palette` command would pad with whitespace instead of 0s
    
  • v0.4.0
    Release v0.4.0
    Added
    - Support for GlobRef definitions in a `pipeline.toml` file
      - Takes a `pattern` glob expression instead of an `input_path`
      - Takes a directory path as `output_dir` instead of a file path as `output_file`, and will construct the an `output_file` by appending the file name of a matched file to the output directory
    
    Changed
    - All paths in pipelines are now relative to the pipeline configuration file, instead of the current directory
    
  • v0.3.0
    bba43b0a · Create CHANGELOG.md ·
    Release v0.3.0
    Added
    - Added `flip` command, for flipping an image along one or both axes.
    - Added `rotate` command to apply a rotation to an image, in steps of 90 degrees.