(bitmap-appendtiff bitmap filename)
The suppied bitmap is appended as a new page to the TIFF file in G3 encoding. If the file does not exist yet, it’s created with the bitmap contents becoming the first page.
unspecified (ok)
> (define page (bitmap-create 400 600))
page
> (bitmap-appendtiff page "test.tiff")
ok
>