~dricottone/my-utils

my-utils/images/README.md -rw-r--r-- 652 bytes
ef6d4cd1Dominic Ricottone Incomplete work on hardware/media utils 5 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# images utilities

Tools for manipulating image files.

`bats` is required for the test suite.


## Specification

These utilities have external dependencies.
That's an inevitability, given that I will not be writing video codecs.

Executable |Description           |Extra Dependencies
:----------|:---------------------|:-----------------
pdf-concat |Concatenate PDF files |`bash`,`pdfjam*`

*All* scripts support `-h` and `--help` for printing built-in documentation.

*All* scripts do nothing if no input arguments are given.

\* Support for alternative backends is avaialble.
Currently this includes `pdfunite`, GhostScript (`gs`), and `pdftk`.