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 library plus an application.
This page is the distribution point for dvi2bitmap
.
The current stable version is 0.13; there is currently no development version.
DOWNLOAD
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.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.