forked from Supositware/Haha-Yes
Chop half the border height
This commit is contained in:
parent
a5a1bcfff7
commit
592516d8b0
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class posterCommand extends Command {
|
|||
.write(output, function(err) {
|
||||
// Chop the top part of the image
|
||||
let img2 = gm(output);
|
||||
img2.chop(0, 100)
|
||||
img2.chop(0, BORDER_HEIGHT / 2)
|
||||
.write(output, function(err) {
|
||||
loadingmsg.delete();
|
||||
if (err) {
|
||||
|
|
Loading…
Reference in a new issue