From 379db22857cfaf29b67dcc2a2dbccbc4c6c29816 Mon Sep 17 00:00:00 2001 From: Ryan Sudhakaran <43736960+rysuds@users.noreply.github.com> Date: Sun, 7 Jun 2020 19:46:24 -0700 Subject: [PATCH] Added Images and updated description --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad8b47b..359a5e8 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,19 @@ python setup.py install ## Example usage -If you want to group your sprite sheet by rows do - +#### Grouping by rows +![Row Example](/assets/row_group_image.png) ``` exsprite --filepath save ``` -The default grouping is by rows, however if you'd like to group your sprite sheet by columns, do - +#### Grouping by columns +![Column Example](/assets/column_group_image.png) ``` exsprite --filepath --group col save ``` + +#### Custom output folder By default an output folder with your grouped sprite will be generated in the same dir as your spritesheet. If yopu'd like to control the name/location of the output folder path you can do ``` exsprite --filepath --folderpath save