pdf.h

changeset 64
151394412eba
parent 62
9bd354b83e16
child 66
6e0551b59dba
     1.1 --- a/pdf.h	Fri Feb 21 08:49:11 2003 +0000
     1.2 +++ b/pdf.h	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   * PDF routines
     1.7 - * $Id: pdf.h,v 1.2 2003/02/20 04:44:17 eric Exp $
     1.8 + * $Id: pdf.h,v 1.3 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 @@ -54,6 +54,10 @@
    1.13     Note that rowbytes must be at least (Columns+7)/8, but may be arbitrarily
    1.14     large. */
    1.15  void pdf_write_g4_fax_image (pdf_page_handle pdf_page,
    1.16 +			     double x,
    1.17 +			     double y,
    1.18 +			     double width,
    1.19 +			     double height,
    1.20  			     Bitmap *bitmap,
    1.21  			     int ImageMask,
    1.22  			     int BlackIs1);    /* boolean, typ. false */