-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replaced page_number_format with page_label matching how PDF names
and stores them.
- Loading branch information
Showing
6 changed files
with
121 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* tiffg4: reencode a bilevel TIFF file as a single-strip TIFF Class F Group 4 | ||
* Main program | ||
* $Id: t2p.c,v 1.6 2001/12/31 00:25:04 eric Exp $ | ||
* $Id: t2p.c,v 1.7 2001/12/31 08:44:24 eric Exp $ | ||
* Copyright 2001 Eric Smith <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
@@ -80,9 +80,17 @@ boolean open_pdf_output_file (char *name) | |
} | ||
|
||
|
||
void process_page_numbers (int page_index, | ||
int count, | ||
int base, | ||
page_label_t *page_label) | ||
{ | ||
} | ||
|
||
|
||
boolean process_page (int image, /* range 1 .. n */ | ||
input_attributes_t input_attributes, | ||
output_attributes_t output_attributes) | ||
bookmark_t *bookmarks) | ||
{ | ||
u32 image_length, image_width; | ||
#ifdef CHECK_DEPTH | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* tiffg4: reencode a bilevel TIFF file as a single-strip TIFF Class F Group 4 | ||
* Main program | ||
* $Id: tumble.c,v 1.6 2001/12/31 00:25:04 eric Exp $ | ||
* $Id: tumble.c,v 1.7 2001/12/31 08:44:24 eric Exp $ | ||
* Copyright 2001 Eric Smith <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
@@ -80,9 +80,17 @@ boolean open_pdf_output_file (char *name) | |
} | ||
|
||
|
||
void process_page_numbers (int page_index, | ||
int count, | ||
int base, | ||
page_label_t *page_label) | ||
{ | ||
} | ||
|
||
|
||
boolean process_page (int image, /* range 1 .. n */ | ||
input_attributes_t input_attributes, | ||
output_attributes_t output_attributes) | ||
bookmark_t *bookmarks) | ||
{ | ||
u32 image_length, image_width; | ||
#ifdef CHECK_DEPTH | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters