Skip to content

Commit

Permalink
Update readme with new features.
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-wannacott committed Nov 2, 2024
1 parent b5c7a16 commit bb7ba65
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ Create spritesheets from multiple folders of sprites/images up to ~48x+ faster t
## Install
`go install github.com/LeeWannacott/gontage@latest`

## Usage:
## Features
* Images to Spritesheet: flags(-f or -mf)
* Images to Resized images: flags (-f -ss -sr)
* Spritesheet cut into images: flags (-f -c)

## Help:
`gontage -h`

![image](https://github.com/LeeWannacott/gontage/assets/49783296/7b5f2721-5ca8-4508-b072-431536d247bb)
Expand Down Expand Up @@ -55,5 +60,3 @@ Reference images [33](https://github.com/LeeWannacott/gontage/blob/main/test_spr
## Other Info:
* Using an appImage for ImageMagick adds around 0.8seconds to startup time when running montage...
* Building an equivalent in NodeJS took around ~700ms (800ms with Bun) for one folder 7x slower than Gontage (~90ms) and 2x slower than Montage (~350ms).


0 comments on commit bb7ba65

Please sign in to comment.