dvi2bitmap
is a utility to convert TeX DVI files
directly to bitmaps, without going through the complicated (and
slow!) route of conversion via PostScript and PNM.
It consists of a C++ library plus an application which uses it. The library provides a useful object model of DVI and PK files.
This page is the distribution point for dvi2bitmap
.
This is version 1.0. I have no developments planned for after v1.0.
URL: the URL of the dvi2bitmap
project is
http://purl.org/nxg/dist/dvi2bitmap
;
please quote this URL, rather than the URL it resolves to.
DOWNLOAD from the Sourceforge project summary page
There's a low-volume mailing list for dvi2bitmap
announcements and, possibly, discussion:
dvi2bitmap-users
dvi2bitmap
is a utility to convert TeX DVI files
directly to bitmaps, without going through the complicated (and
slow!) route of conversion via PostScript and PNM. The prime
motivation for this is to prepare mathematical equations for
inclusion in HTML files, but there is a broad range of uses beyond
that.
dvi2bitmap
is written in portable C++, and the
program acts as a wrapper
round the libdvi2bitmap
library (both static and
shareable), which abstracts DVI and PK files and their
contents, Bitmaps, and various other objects supporting these.
The library has extensive API
documentation, and is intended to be useful for other
projects.dvi2bitmap
can do.LICENCE
within the distribution.Original author: Norman Gray. Contributions and patches from: Peter Draper (various fixes), Yoshihiro Okumura (MinGW patches), Jerry James (remove several -Wall warnings) ...to whom, many thanks! The source code has been through a number of different repositories in its time, so some details may have got lost: if you've contributed material or fixes to dvi2bitmap and I haven't acknowledged it, please accept my apologies and let me know.
This package was first released informally back in 1999, after a low-key announcement on comp.text.tex (I think), with a 1.0 version number. That's inappropriate for beta software, so in the first proper release, the version number was dropped to 0.7.