mirror of
https://github.com/waveplate/img2irc.git
synced 2025-06-06 10:24:07 +00:00
fix readme
This commit is contained in:
parent
52aed776fb
commit
bcf5060b7c
@ -68,13 +68,13 @@
|
||||
|
||||
#### braille mode
|
||||
|
||||
`--braille` uses 2×4 braille dot patterns, doubling horizontal and octupling vertical resolution
|
||||
`--braille` uses 2×4 braille dot patterns, doubling horizontal and quadrupling vertical resolution
|
||||
|
||||
#### block modes
|
||||
|
||||
| type | description | unicode range |
|
||||
|-----------|----------------------|----------------|
|
||||
| `full` | full block | 0x2588 |
|
||||
| `full` | full block | 0x20 + 0x2588 |
|
||||
| `half` | half block | 0x2580-0x2590 |
|
||||
| `quarter` | quarter block | 0x2596-0x259F |
|
||||
| `eighth` | eighth block | 0x2581-0x2595 |
|
||||
@ -86,7 +86,7 @@
|
||||
|
||||
specifying `--blocks` with no value uses all available glyph types
|
||||
|
||||
`full` only uses the fullblock glyph
|
||||
`full` only uses the ASCII space and fullblock glyph
|
||||
|
||||
`half` increases the vertical resolution twofold
|
||||
|
||||
@ -102,6 +102,8 @@ specifying `--blocks` with no value uses all available glyph types
|
||||
|
||||
`box` uses some box-drawing characters
|
||||
|
||||
`legacy` uses some legacy geometric shapes
|
||||
|
||||
> see `src/chars.rs` for the actual glyphs and bitmaps or read `utils/README.md` for information on how to generate a custom `chars.rs` file
|
||||
|
||||
### image processing options
|
||||
|
Loading…
Reference in New Issue
Block a user