minor updates

This commit is contained in:
aditya-K2 2021-10-29 14:03:53 +05:30
parent 4bca4fb0ff
commit 7c771e20ae
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -1 +1,4 @@
goMP
default.jpg
hello.jpg
thumb.jpg

View File

@ -40,7 +40,7 @@ var ADDITIONAL_PADDING_Y int = 24
// Change according to your needs
var IMAGE_WIDTH_EXTRA_X float32 = -1.5 // Decrementing
var IMAGE_WIDTH_EXTRA_Y float32 = -3.75 // Incrementing
var IMAGE_WIDTH_EXTRA_Y float32 = 3.75 // Incrementing
```