dvi2bitmap
is now GPLed!
Option processing has completely changed, with long options added, and the short options reorganised. The following table highlights important changes, where there is a straightforward mapping.
old | new | Note |
---|---|---|
-bh | -h, --height | |
-bw | -w, --width | |
-bp | -t, --paper-size | |
-C, -c | -c, --crop | |
-fp | -F, --font-search | [1] |
-fm | -M, --font-mode | |
-fg, -fG | -G, --font-gen | |
-g | -g, --debug | |
-m | -m, --magnification | |
-n | -n, --preamble-only | [2] |
-l | -l, --end-page | |
-p | -p, --start-page | |
-pp | -P, --page-range | [3] |
-o | -o, --output | |
-P | -X, --process | [4] |
-q | -v, --verbose | |
-Q | -Q, --query | [5] |
-r | -r, --resolution | |
-R | -R, --colours | [4] |
-s | -s, --scalefactor | |
-t | -T, --output-type | |
-V | -V, --version |
Notes:
-fp mypath
is
now --font-search=path=mypath
-n
is (conventional) shorthand for
--process=preamble-only
--query
now automatially exit.Font searching can now be done by a script specified either at
compile time, or as the argument to the
--font-search=command=...
option. This frees you from
dependence on the kpathsea
library, without being
therefore obliged to specify an explicit font path.
Changes in the configure script:
--enable-png
has turned into
--with-png
for consistency with
--with-kpathsea
, since part of this option's purpose
is to indicate the possibly non-standard location of the
libpng
library.--with-fontfinder
option.