Produce 1080p tiff files

This commit is contained in:
eugene
2021-11-25 20:12:59 +01:00
parent 5c876abfa6
commit 7d0927d652
2 changed files with 3 additions and 4 deletions

View File

@@ -190,7 +190,7 @@ void save_frame()
strcat(n2, ".tif");
printf(" saving frame %s \n",n2);
// mod by eux - chose on of the following according to the comment beside.
// mod by eux - chose one of the following according to the comment beside.
writetiff(n2, "Billiard in an ellipse", 0, 0, WINWIDTH, WINHEIGHT-40, COMPRESSION_LZW); /* to use with 1080p in drop_billiard.c- probably the best because it's
generating 1080p image, lighter, and then cropping those 40 pixels to
avoid the strange band*/