how the hell did I miss this

This commit is contained in:
Essem 2022-05-20 10:21:19 -05:00
parent 1e3083a372
commit bae6342d80
No known key found for this signature in database
GPG Key ID: 7D497397CC3A2A8C
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ Napi::Value Motivate(const Napi::CallbackInfo &info) {
->set("align", VIPS_ALIGN_CENTRE)
->set("font", (font_string + " " + to_string(size)).c_str())
->set("width", textWidth));
topImage.write_to_file("/home/esm/motivatetext2.png");
VImage bottomImage;
if (bottom_text != "") {