increase minor version, update usage docs

This commit is contained in:
Waveplate 2025-04-21 21:12:28 -07:00
parent 2459c6e06c
commit df2a135437
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "img2irc-rs" name = "img2irc-rs"
version = "1.1.0" version = "1.1.1"
authors = ["waveplate"] authors = ["waveplate"]
github = "https://github.com/waveplate/img2irc" github = "https://github.com/waveplate/img2irc"
repository = "https://github.com/waveplate/img2irc" repository = "https://github.com/waveplate/img2irc"

View File

@ -1,4 +1,4 @@
# img2irc (1.1.0) # img2irc (1.1.1)
![img2irc braille example](https://i.imgur.com/ZEJwuOb.png) ![img2irc braille example](https://i.imgur.com/ZEJwuOb.png)
![img2irc preview](https://i.imgur.com/0omljq5.png) ![img2irc preview](https://i.imgur.com/0omljq5.png)
@ -38,7 +38,7 @@
|----------------------------------------|---------------------------------------------------------------|---------------| |----------------------------------------|---------------------------------------------------------------|---------------|
| image | image url or file path | required | | image | image url or file path | required |
| -w, --width | output image width in columns | auto | | -w, --width | output image width in columns | auto |
| -h, --height | output image height in rows | auto | | -H, --height | output image height in rows | auto |
| --scale | scaling factors (x:y, e.g., "2:2") | none | | --scale | scaling factors (x:y, e.g., "2:2") | none |
| --aspect | final aspect ratio (x:y, e.g., "2:1") | none | | --aspect | final aspect ratio (x:y, e.g., "2:1") | none |
| --crop | crop image ("x1,y1,x2,y2") | none | | --crop | crop image ("x1,y1,x2,y2") | none |