-
Notifications
You must be signed in to change notification settings - Fork 393
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* These have functions compressFilesToPdf() and cleanTo1bppFilesToPdf(), which hold the image processing functionality that was previously in prog/cleanpdf and prog/compresspdf. These no longer write intermediate image files; they store everything in either a pixa (n <= 100 images) or a pixac (n > 100 images). * Input to these functions is an SArray of image file paths. * The programs pull images out of a set of input pdfs, and put them uncompressed in a set of files. The new functions do some image processing and wrap the results up in a single output pdf. * Also, rename concatpdf --> compresspdf, because all these functions, and others to be written, will do concatenation of input pdf files. * Also, minor documentation fix in gplot.c.
- Loading branch information
1 parent
1cfce33
commit 6c15bd5
Showing
13 changed files
with
551 additions
and
213 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
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
Oops, something went wrong.