blob: 0c64941e79c19a0c6dd9071fdc6203566153d255 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Image utilities for the command line
Included utilities:
- ils: like ls but for images
- icat: display images in the terminal
- convert: convert between formats or resize images
```
go install roseh.moe/cmd/imgutil/...@latest
```
|