pdf.h

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