Skip to content

Commit b47a693

Browse files
committed
Fix issue/#107
Defining output file with 'GIF:' prefix for the 'convert' command of ImageMagick seems to solve the problem
1 parent 37c998d commit b47a693

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ttygif.c

+1
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ ttyplay (FILE *fp, ReadFunc read_func, WriteFunc write_func, Options o)
262262
}
263263

264264
StringBuilder_write(sb, " -layers Optimize ");
265+
StringBuilder_write(sb, "GIF:");
265266
StringBuilder_write(sb, o.out_file);
266267
StringBuilder_write(sb, " 2>&1");
267268

0 commit comments

Comments
 (0)