From e215f85886d2baf718b1ec6e64def9ebdb0a5c9a Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Fri, 22 Sep 2023 22:13:33 +0100 Subject: [PATCH] Update README usage details --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6e246fd..97ad71a 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Command line asset manipulation, set up a pipeline once and run it against all o Usage: crunch <COMMAND> Commands: + atlas Given a set of image files, create a single atlas image and metadata file containing all of the image data rotate Rotate an image clockwise by the given degree extrude Take each tile in an image and expand its borders by a given amount. Optionally fill with nearby pixels instead of empty space palette Create a palette file containing every distinct colour from the input image @@ -30,6 +31,8 @@ Commands: pipeline Execute a predefined pipeline reduce Limit the number of colours by quantity or threshold split Take a spritesheet and split into individual sprites, skipping empty space + extract Extract individual, non-square sprites from a given spritesheet + info Extract Information About An Image into a JSON file help Print this message or the help of the given subcommand(s) Options: -- GitLab