Skip to content

Commit

Permalink
feat: add newest features to usage log
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidEsdrs committed Feb 13, 2024
1 parent 36f7910 commit 24c622d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions logger/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ Image Processing Options:
-db int (overlay) Distance to the bottom
-dl int (overlay) Distance to the left
-dr int (overlay) Distance to the right
-l int Brightness value. It will be added to each channel for each pixel.
-b int How blurry the image will be. It is the size of the kernel that will be applied.
-s int Sigma value for blur algorithm. It is optional. When not given, it will be half the value of b flag for better result.
`

type Logger struct {
Expand Down

0 comments on commit 24c622d

Please sign in to comment.