#include <config.h>
#include <vector>
#include <iostream>
#include <string>
#include <cstdio>
#include <cstdlib>
#include <cstdarg>
#include <cassert>
#include <bitset>
#include <unistd.h>
#include "getopt_long.h"
#include "DviFile.h"
#include "PkFont.h"
#include "Bitmap.h"
#include "BitmapImage.h"
#include "verbosity.h"
#include "PageRange.h"
#include "Util.h"
#include "stringstream.h"
#include "version.h"
#include "PNGBitmap.h"
Classes | |
struct | bitmap_info |
Defines | |
#define | DVI2BITMAPURL "http://www.astro.gla.ac.uk/users/norman/star/dvi2bitmap/" |
#define | MM oneInch * 0.03937 |
#define | OPT_PIPE 1 |
#define | SNPRINTF std::snprintf |
Functions | |
int | getsubopt (char **options, char *const *tokens, char **value) |
int | main (int argc, char **argv) |
Variables | |
verbosities | verbosity = normal |
int | bitmapH = -1 |
int | bitmapW = -1 |
int | resolution = PkFont::dpiBase() |
int | oneInch = resolution |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|