t2p.h

Mon, 31 Dec 2001 07:44:23 +0000

author
eric
date
Mon, 31 Dec 2001 07:44:23 +0000
changeset 21
2bb19d98d928
parent 17
d4699dfddcc0
child 23
1fe64161aaac
permissions
-rw-r--r--

*** empty log message ***

eric@10 1 boolean open_tiff_input_file (char *name);
eric@10 2 boolean close_tiff_input_file (void);
eric@10 3
eric@10 4 boolean open_pdf_output_file (char *name);
eric@10 5 boolean close_pdf_output_file (void);
eric@10 6
eric@10 7 boolean process_page (int image); /* range 1 .. n */
eric@15 8
eric@15 9
eric@15 10
eric@15 11
eric@15 12
eric@15 13
eric@15 14