https://github.com/tamada/blogthumbs
Create thumbnail images for blog.
https://github.com/tamada/blogthumbs
Last synced: 3 months ago
JSON representation
Create thumbnail images for blog.
- Host: GitHub
- URL: https://github.com/tamada/blogthumbs
- Owner: tamada
- License: wtfpl
- Created: 2019-08-03T04:15:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-03T05:32:55.000Z (over 6 years ago)
- Last Synced: 2025-10-13T22:44:24.916Z (3 months ago)
- Language: Go
- Size: 2.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/tamada/blogthumbs)
[](https://coveralls.io/github/tamada/blogthumbs?branch=master)
[](https://codebeat.co/projects/github-com-tamada-blogthumbs-master)
[](https://github.com/tamada/blogthumbs/blob/master/LICENSE)
[](https://github.com/tamada/blogthumbs/releases/tag/v1.0.0)
# blogthumbs
create thumbnail images from given images for blogs.
## Usage
```sh
Usage: blogthumbs [OPTIONS]
OPTIONS
-d, --dest [DIR] specifies the destination.
-s, --size [SIZE] specifies the size of resultant image. Default is 240.
-t, --type [TYPE] specifies the type of blog system.
available values: 'markdown', and 'hugo'. default is markdown.
-h, --help print this message.
-v, --version print version of blogthums.
IMAGES
specifies image for resizing. Acceptable format is 'gif', 'jpeg', and 'png'.
```
## License
[WTFPL](https://github.com/tamada/blogthumbs/blob/master/LICENSE)