Skip to content

Commit

Permalink
version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
truethari committed Apr 19, 2021
1 parent 242d2af commit d6c3fd0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
--------
This is a Python application that can be used to generate video thumbnail for mp4 and mkv file types.

[![Imgur](https://i.imgur.com/cGoGlHF.png)](https://imgur.com/cGoGlHF)
[![Imgur](https://i.imgur.com/qRHQRK7.png)](https://imgur.com/a/xpkkyqH)

## Installation

Expand Down Expand Up @@ -48,7 +48,7 @@ By program default:
IMAGES = 12
IMAGE_QUALITY = 80
FONT =
FONT_SIZE = 30
FONT_SIZE = 20
CUSTOM_TEXT =
BG_COLOUR = white
FONT_COLOUR = black
Expand All @@ -59,11 +59,14 @@ FONT_COLOUR = black
### Usage options

``` text
-h, --help show this help message and exit
-c, --config Configurations
-v, --version show program's version number and exit
Usage: thumb-gen file file
usage: thumb-gen dir dir
Options:
-h, --help show this help message and exit
-c, --config configurations (images, image quality, font, font size,
custom text, bg color, font color)
-v, --version show thumb-gen version and exit
```

### Console
Expand Down
2 changes: 1 addition & 1 deletion thumb_gen/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "2.1.1"
__version__ = "3.0.1"
config_version = "2021.04.03"

0 comments on commit d6c3fd0

Please sign in to comment.