1.1 diff -r 311726c12122 -r 312753062c5b pdf.h 1.2 --- a/pdf.h Wed Mar 12 10:57:06 2003 +0000 1.3 +++ b/pdf.h Wed Mar 12 10:57:55 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.6 2003/03/04 18:09:49 eric Exp $ 1.9 + * $Id: pdf.h,v 1.7 2003/03/12 02:57:55 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 @@ -73,6 +73,14 @@ 1.14 bool BlackIs1); /* boolean, typ. false */ 1.15 1.16 1.17 +void pdf_write_jpeg_image (pdf_page_handle pdf_page, 1.18 + double x, 1.19 + double y, 1.20 + double width, 1.21 + double height, 1.22 + FILE *f); 1.23 + 1.24 + 1.25 void pdf_set_page_number (pdf_page_handle pdf_page, char *page_number); 1.26 1.27 /* Create a new bookmark, under the specified parent, or at the top 1.28 @@ -81,5 +89,3 @@ 1.29 char *title, 1.30 bool open, 1.31 pdf_page_handle pdf_page); 1.32 - 1.33 -void pdf_insert_tiff_image (pdf_page_handle pdf_page, char *filename);