1.1 diff -r 6eddf63aa517 -r 151394412eba tumble.c 1.2 --- a/tumble.c Fri Feb 21 08:49:11 2003 +0000 1.3 +++ b/tumble.c Fri Feb 21 09:01:33 2003 +0000 1.4 @@ -4,7 +4,7 @@ 1.5 * will be compressed using ITU-T T.6 (G4) fax encoding. 1.6 * 1.7 * Main program 1.8 - * $Id: tumble.c,v 1.22 2003/02/20 04:44:17 eric Exp $ 1.9 + * $Id: tumble.c,v 1.23 2003/02/21 01:01:33 eric Exp $ 1.10 * Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com> 1.11 * 1.12 * This program is free software; you can redistribute it and/or modify 1.13 @@ -465,6 +465,10 @@ 1.14 page = pdf_new_page (out->pdf, width_points, height_points); 1.15 1.16 pdf_write_g4_fax_image (page, 1.17 + 0, /* x */ 1.18 + 0, /* y */ 1.19 + width_points, 1.20 + height_points, 1.21 bitmap, 1.22 0, /* ImageMask */ 1.23 0); /* BlackIs1 */