1.1 --- a/t2p.c Fri Feb 21 09:12:05 2003 +0000 1.2 +++ b/t2p.c Fri Feb 21 09:25:47 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.23 2003/02/21 01:01:33 eric Exp $ 1.8 + * $Id: t2p.c,v 1.24 2003/02/21 01:25:47 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,12 +465,11 @@ 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 + 0, 0, /* x, y */ 1.21 + width_points, height_points, 1.22 bitmap, 1.23 0, /* ImageMask */ 1.24 + 0, 0, 0, /* r, g, b */ 1.25 0); /* BlackIs1 */ 1.26 1.27 free_bitmap (bitmap);