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