yufan.me/tools/README.md
2024-06-14 02:13:47 +08:00

22 lines
539 B
Markdown

# Blog Tools
This is a directory for serving the useful tools for my weblog writing.
## Tools list
Image process with resize, compress and convert to JPG.
```
tools image -h
A tool for processing images to my desired format, size and naming
Usage:
tools image [flags]
Flags:
-h, --help help for image
--output string The output path
--source string The image file path (absolute of relative) that you want to process
--width int The compressed width for the given image (default 1280)
```