summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/info/dvipng.info
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-01-14 19:48:04 +0000
committerKarl Berry <karl@freefriends.org>2007-01-14 19:48:04 +0000
commitd5dbd8ae587b13260ac2fd8ff1c39d67b18035bc (patch)
treef15175c23a55a8704e87422f299282f76bed3d3c /Master/texmf/doc/info/dvipng.info
parentc6716c453c9eba23e5cffa6be76cc53576d313b6 (diff)
update texinfo output files
git-svn-id: svn://tug.org/texlive/trunk@3474 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc/info/dvipng.info')
-rw-r--r--Master/texmf/doc/info/dvipng.info555
1 files changed, 323 insertions, 232 deletions
diff --git a/Master/texmf/doc/info/dvipng.info b/Master/texmf/doc/info/dvipng.info
index a575c11a9fd..e2f4323ec73 100644
--- a/Master/texmf/doc/info/dvipng.info
+++ b/Master/texmf/doc/info/dvipng.info
@@ -1,4 +1,5 @@
-This is dvipng.info, produced by makeinfo version 4.8 from dvipng.texi.
+This is dvipng.info, produced by makeinfo version 4.8 from
+../../../texk/dvipng/dvipng.texi.
INFO-DIR-SECTION TeX
START-INFO-DIR-ENTRY
@@ -15,7 +16,7 @@ dvipng
This manual documents dvipng, a program to translate a DVI (DeVice
Independent) file into PNG (Portable Network Graphics).
- This file documents dvipng version 1.6
+ This file documents dvipng version 1.9
Corrections or perhaps rewrites of sections are _very welcome_.
@@ -27,10 +28,11 @@ Independent) file into PNG (Portable Network Graphics).
* Installation:: How to compile and install dvipng
* Basic usage:: First things first
* Command-line options:: Advanced usage
-* Diagnosing problems:: Problems?
+* Graphics:: Including PostScript and/or bitmaps
* Color:: Using color with dvipng
-* Copying:: GNU General Public License
+* Diagnosing problems:: Problems?
* Credits:: People who have contributed
+* Copying:: GNU General Public License
* Index:: General index

@@ -50,7 +52,7 @@ fast as is possible. The target audience is people who need to generate
and regenerate many images again and again. The primary target is the
preview-latex (X)Emacs package, a package to preview formulas from
within (X)Emacs. Yes, you get to see your formulas in the (X)Emacs
-buffer, see `http://preview-latex.sf.net'.
+buffer, see `http://www.gnu.org/software/auctex/preview-latex.html'.
Another example is WeBWorK, an internet-based method for delivering
homework problems to students over the internet, giving students
@@ -62,23 +64,22 @@ latex2html and WYSIWYG editors like LyX.
The benefits of `dvipng'/`dvigif' include
- * Speed. It is a very fast bitmap-rendering code for DVI files. On a
- fairly low-end laptop, it takes less than a second to generate 150
- one-formula images. This makes dvipng suitable for generating large
- amounts of images on-the-fly, as needed in preview-latex, WeBWorK
- and others.
+ * Speed. It is a very fast bitmap-rendering code for DVI files, which
+ makes it suitable for generating large amounts of images
+ on-the-fly, as needed in preview-latex, WeBWorK and others.
* It does not read the postamble, so it can be started before TeX
- finishes. There is a -follow switch that makes dvipng wait at EOF
- for further output, unless it finds the POST marker that indicates
- the end of the DVI.
+ finishes. There is a `--follow' switch that makes dvipng wait at
+ end-of-file for further output, unless it finds the POST marker
+ that indicates the end of the DVI.
* Interactive query of options. dvipng can read options interactively
through stdin, and all options are usable. It is even possible to
change the input file through this interface.
- * Supports PK, VF, PostScript Type1, and TrueType fonts, color
- specials and simple PostScript inclusion specials.
+ * Supports PK, VF, PostScript Type1, and TrueType fonts, subfonts
+ (i.e., as used in CJK-LaTeX), color specials, and inclusion of
+ PostScript, PNG, JPEG or GIF images.
* and more...
@@ -122,18 +123,27 @@ File: dvipng.info, Node: Prerequisites, Next: Configure, Up: Installation
not have it, download it from `http://www.ctan.org' and compile it.
I have no experience with this, so I cannot help much here.
- * FreeType 2 and/or T1lib
+ * The font-rendering library FreeType 2
- While not strictly necessary, you may want to have FreeType 2 or
- T1lib available. Their presence will enable direct support for
- PostScript fonts in dvipng, rather than using `gsftopk' for
- rendering the fonts. If you have PostScript versons of Computer
- Modern installed, there will be no need to generate bitmapped
- variants on disk of these. Then, you can render images at
- different (and unusual) resolutions without cluttering the disk
- with lots of bitmapped fonts. If both FreeType 2 and T1lib are
- present, FreeType will be internally preferred by dvipng, but
- T1lib can be chosen at runtime.
+ While not strictly necessary, FreeType 2 is recommended since
+ dvipng currently will produce better-quality images with this
+ library available. It will also enable direct support for
+ PostScript and TrueType fonts, and subfont support in dvipng. That
+ is, if you want to render CJK-LaTeX characters, you must have
+ FreeType 2 installed. With FreeType 2, dvipng will not need to
+ generate bitmapped variants on disk of the TeX fonts since modern
+ TeX distributions include PostScript versions of them. Then, you
+ can render images at different (and unusual) resolutions without
+ cluttering the disk with lots of bitmapped fonts.
+
+ * The font-rendering library T1lib
+
+ An alternative to FreeType 2 is T1lib, but this will enable only
+ PostScript fonts in dvipng, and will not include subfont support.
+ Also here, you can render images at different (and unusual)
+ resolutions without cluttering the disk with lots of bitmapped
+ fonts. If both FreeType 2 and T1lib are present, FreeType will be
+ internally preferred by dvipng, but T1lib can be chosen at runtime.
* libpng and libz
@@ -159,7 +169,7 @@ various files will be. To do so, run
(Note: if you have fetched dvipng from CVS rather than a regular
release, you will have to first generate `./configure' by running
-`autoconf' 2.53 or later in the `preview' directory.)
+`autoconf' 2.53 or later.)
On many machines, you will not need to specify any options, but if
`configure' cannot determine something on its own, you'll need to help
@@ -209,8 +219,9 @@ File: dvipng.info, Node: Build/install, Next: Installation outside the texmf t
Once `configure' has been run, simply enter
make
- at the prompt to compile the C code, and build the documentation
-files. To install the files into the locations chosen earlier, type
+
+at the prompt to compile the C code, and build the documentation files.
+To install the files into the locations chosen earlier, type
make install
@@ -250,7 +261,8 @@ supported by most `configure' scripts.
You'll have to add something like `/home/myself/bin' to your `PATH'
shell variable, if it isn't there already, and similarly set the
-`INFOPATH' variable to be able to access the documentation.
+`INFOPATH' and `MANPATH' variables to be able to access the
+documentation.

File: dvipng.info, Node: Basic usage, Next: Command-line options, Prev: Installation, Up: Top
@@ -283,7 +295,7 @@ summary of available options, just type
dvipng --help

-File: dvipng.info, Node: Command-line options, Next: Diagnosing problems, Prev: Basic usage, Up: Top
+File: dvipng.info, Node: Command-line options, Next: Graphics, Prev: Basic usage, Up: Top
4 Command-line options
**********************
@@ -305,45 +317,38 @@ File: dvipng.info, Node: Option summary, Next: Option details, Up: Command-li
Here is a handy summary of the options; it is printed out when you run
dvipng with no arguments or with the standard `--help' option.
- This is dvipng 1.6 Copyright 2002-2005 Jan-Ake Larsson
+ This is ./dvipng 1.9 Copyright 2002-2006 Jan-Ake Larsson
- Usage: dvipng [OPTION]... FILENAME[.dvi]
+ Usage: ./dvipng [OPTION]... FILENAME[.dvi]
Options are chosen to be similar to dvips' options where possible:
-d # Debug (# is the debug bitmap, 1 if not given)
-D # Output resolution
-l # Last page to be output
- --mode s MetaFont mode (default 'cx')
- -M* Don't make PK fonts
-o f Output file, '%d' is pagenumber
-O c Image offset
-p # First page to be output
-pp #,#.. Page list to be output
-q* Quiet operation
- -r* Reverse order of pages
-T c Image size (also accepts '-T bbox' and '-T tight')
-v* Verbose operation
- -x # Override dvi magnification
- Interactive query of options
These do not correspond to dvips options:
-bd # Transparent border width in dots
-bd s Transparent border fallback color (TeX-style color)
- --bdpi # Set the base (Metafont) resolution
-bg s Background color (TeX-style color or 'Transparent')
--depth* Output the image depth on stdout
--dvinum* Use TeX page numbers in output filenames
-fg s Foreground color (TeX-style color)
- --follow* Follow mode
+ --follow* Wait for data at end-of-file
+ --freetype* FreeType font rendering (default on)
--gamma # Control color interpolation
- --gif Output GIF images (dvigif default)
--height* Output the image height on stdout
--noghostscript* Don't use ghostscript for PostScript specials
--nogssafer* Don't use -dSAFER in ghostscript calls
--picky When a warning occurs, don't output image
- --png Output PNG images (dvipng default)
--strict When a warning occurs, exit
--t1lib* T1lib font rendering (default on)
- --truecolor* Truecolor output
-Q # Quality (T1lib and PK subsampling)
-z # PNG compression level
@@ -447,11 +452,12 @@ reversal, use `-r0'. Such options are marked with a trailing `*'.
0.0 0.0'. *Note Color::.
`--follow*'
- Enable follow mode. One of the benefits of dvipng is that it does
- not read the postamble, so it can be started before TeX finishes.
- This switch makes dvipng wait at EOF for further output, unless it
- finds the POST marker that indicates the end of the DVI. This is
- similar to `tail -f' but for DVI-to-PNG conversion.
+ Wait for data at end-of-file. One of the benefits of dvipng is
+ that it does not read the postamble, so it can be started before
+ TeX finishes. This switch makes dvipng wait at end-of-file for
+ further output, unless it finds the POST marker that indicates the
+ end of the DVI. This is similar to `tail -f' but for DVI-to-PNG
+ conversion.
`--freetype*'
Enable/disable FreeType font rendering (default on). This option is
@@ -474,17 +480,18 @@ reversal, use `-r0'. Such options are marked with a trailing `*'.
fonts will be darker (more like the foreground).
`--gif*'
- The images are output in the GIF format, if GIF support is
- enabled. This is the default for the `dvigif' binary, which only
- will be available when GIF support is enabled. See also the
- `--png' option.
+ The images are output in the GIF format, if GIF support is enabled.
+ This is the default for the `dvigif' binary, which only will be
+ available when GIF support is enabled. GIF images are palette
+ images (see the `--palette' option) and does not support true alpha
+ channels (see the `--bg' option). See also the `--png' option.
`--height*'
Report the height of the image. This only works reliably when the
LaTeX style `preview.sty' from preview-latex is used. It reports
the number of pixels from the top of the image to the baseline of
the image. The total height of the image is obtained as the sum of
- the values reported from -height and the -depth.
+ the values reported from `--height' and `--depth'.
`-l [=]NUM'
The last page printed will be the first one numbered NUM. Default
@@ -516,7 +523,7 @@ reversal, use `-r0'. Such options are marked with a trailing `*'.
`--nogssafer*'
Normally, if GhostScript is used to render PostScript specials, the
GhostScript interpreter is run with the option `-dSAFER'. The
- `-nogssafer' option runs GhostScript without `-dSAFER'. The
+ `--nogssafer' option runs GhostScript without `-dSAFER'. The
`-dSAFER' option in Ghostscript disables PostScript operators such
as deletefile, to prevent possibly malicious PostScript programs
from having any effect.
@@ -543,6 +550,16 @@ reversal, use `-r0'. Such options are marked with a trailing `*'.
DVI file. Thus, using `-p =3' will start with the third page of
the document, no matter what the pages are actually numbered.
+`--palette*'
+ Starting from `dvipng' 1.8, the output PNG will be a truecolor png
+ when an external image is included, to avoid unnecessary delay and
+ quality reduction, and enable the EPS translator to draw on a
+ transparent background and outside of the boundingbox. This switch
+ will force palette (256-color) output and make `dvipng' revert to
+ the old behaviour, where included images were opaque and always
+ clipped to the boundingbox. This will also override the
+ `--truecolor' switch if present.
+
`--picky*'
No images are output when a warning occurs. Normally, dvipng will
output an image in spite of a warning, but there may be something
@@ -580,15 +597,22 @@ reversal, use `-r0'. Such options are marked with a trailing `*'.
`-Q NUM'
Set the quality to NUM. That is, choose the number of antialiasing
- levels for PK and T1lib rendering to be NUM*NUM. The default value
- is 4 which gives 16 levels of antialiasing for antialiased fonts
- from these two. If FreeType is available, its rendering is
+ levels for PK and T1lib rendering to be NUM*NUM+1. The default
+ value is 4 which gives 17 levels of antialiasing for antialiased
+ fonts from these two. If FreeType is available, its rendering is
unaffected by this option.
`-r*'
Toggle output of pages in reverse/forward order. By default, the
first page in the DVI is output first.
+`--strict*'
+ The program exits when a warning occurs. Normally, dvipng will
+ output an image in spite of a warning, but there may be something
+ missing in this image. One reason to use this option would be if
+ you have a more complete but slower fallback converter. See the
+ `--picky' option above for a list of when warnings occur.
+
`-T IMAGE_SIZE'
Set the image size to IMAGE_SIZE which can be either of `bbox',
`tight', or a comma-separated pair of dimensions HSIZE,VSIZE such
@@ -597,8 +621,7 @@ reversal, use `-r0'. Such options are marked with a trailing `*'.
located 1in from the top and 1in from the left edge of the paper.
This usually gives whitespace above and to the left in the
produced image. The value `tight' will make dvipng only include
- all ink put on the page, producing neat images. This option
- overrides any papersize special in the DVI file.
+ all ink put on the page, producing neat images.
`--t1lib*'
Enable/disable T1lib font rendering (default on). This option is
@@ -615,11 +638,11 @@ reversal, use `-r0'. Such options are marked with a trailing `*'.
`--freetype0' (see above).
`--truecolor*'
- On systems with a fairly new `libgd', one can choose to generate
- truecolor output. This will not be necessary in general unless you
- include truecolor images via a PostScript special (i.e., the
- `graphics' or `graphicx' package). It will lead to longer
- execution time, mostly because more data is written to disk.
+ This will make `dvipng' generate truecolor output. Note that
+ truecolor output is automatic if you include an external image in
+ your DVI, e.g., via a PostScript special (i.e., the `graphics' or
+ `graphicx' package). This switch is overridden by the `--palette'
+ switch.
`-v*'
Enable verbose operation. This will currently indicate what fonts
@@ -649,113 +672,80 @@ reversal, use `-r0'. Such options are marked with a trailing `*'.
directly to the zlib compression levels.

-File: dvipng.info, Node: Diagnosing problems, Next: Color, Prev: Command-line options, Up: Top
-
-5 Diagnosing problems
-*********************
-
-You've gone through all the trouble of installing dvipng, carefully read
-all the instructions in this manual, and still can't get something to
-work. The following sections provide some helpful hints if you find
-yourself in such a situation.
-
- Bug reports should be sent to <dvipng@nongnu.org>.
-
- Questions, suggestions for new features, pleas for help, and/or
-praise should go to <dvipng@nongnu.org>. For more information on this
-mailing list, send a message with just the word `help' as subject or
-body to <dvipng-request@nongnu.org> or look at
-`http://lists.nongnu.org/mailman/listinfo/dvipng'.
+File: dvipng.info, Node: Graphics, Next: Color, Prev: Command-line options, Up: Top
- Offers to support further development will be appreciated. For
-developer access, ask on <dvipng@nongnu.org>.
+5 Graphics
+**********
- For details on the TeX path-searching library, and `mktexpk'
-problems, *note Common problems: (kpathsea)Common problems.
+`dvipng' attempts to handle graphics as included by the `graphicx' and
+`graphics' packages, without the need of specifying a driver to these
+packages. This means that it recognizes the encapsulated postscript
+inclusion meant for `dvips', but is also able (from version 1.8) to
+include bitmapped graphics, see the details below.
* Menu:
-* Debug options:: Getting diagnostics.
-* Included graphics problems:: Figures are wrongly rendered.
+* Encapsulated PostScript:: An internal call to GhostScript
+* Bitmapped graphics:: PNG, JPEG and GIF

-File: dvipng.info, Node: Debug options, Next: Included graphics problems, Up: Diagnosing problems
-
-5.1 Debug options
-=================
-
-The `-d' flag to dvipng helps in tracking down certain errors. The
-parameter to this flag is an integer that tells what errors are
-currently being tracked. To track a certain class of debug messages,
-simply provide the appropriate number given below; if you wish to track
-multiple classes, sum the numbers of the classes you wish to track. To
-track all classes, you can use `-1'.
-
- Some of these debugging options are actually provided by Kpathsea
-(*note Debugging: (kpathsea)Debugging.).
-
- The classes are:
-1
- Normal dvi op-codes
-
-2
- Virtual fonts
-
-4
- PK fonts
-
-8
- TFM files
-
-16
- Glyph rendering
-
-32
- FreeType calls
-
-64
- Encoding loads
-
-128
- Color specials
-
-256
- GhostScript specials
+File: dvipng.info, Node: Encapsulated PostScript, Next: Bitmapped graphics, Up: Graphics
+
+5.1 Encapsulated PostScript
+===========================
+
+When an EPS file is included, a call to GhostScript is performed to
+produce a bitmapped image that can be included. The default is to
+produce an image with transparent background, at the same size as the
+DVI page currently being converted to PNG, and include that as
+foreground on the PNG. Of course, if the image is to be cropped, that
+is done. The included image will be a truecolor image, so for maximum
+performance the output PNG will be in truecolor mode as well.
+
+ This conversion needs the `pngalpha' output device to be present in
+your copy of GhostScript. If that device is not present, or you use the
+`--palette' switch or request GIF output, the fallback is to use the
+`png16m' device to produce a cropped opaque image for inclusion. Other
+relevant switches are `--noghostscript' and `--nogssafer'. *Note Option
+details::.
-512
- T1lib calls
+ The most common problem with including graphics is an incorrect
+bounding box. Complain to whoever wrote the software that generated the
+file if the bounding box is indeed incorrect. An adjusted boundingbox
+can be specified in the `\includegraphics' call, as in this example
+(using `graphicx'):
-1024
- Kpathsea `stat' calls
+ \includegraphics[bb=10 20 100 200]{imagename.eps}
-2048
- Kpathsea hash table lookups
-
-4096
- Kpathsea path element expansion
+
+File: dvipng.info, Node: Bitmapped graphics, Prev: Encapsulated PostScript, Up: Graphics
-8192
- Kpathsea path searches
+5.2 Bitmapped graphics
+======================
+dvipng can include PNG, JPEG and GIF graphics. When including such
+images via `\includegraphics' you need to specify the bounding box
+since TeX itself cannot read them from the files in question. The
+bounding box size should be given as `0 0 w h' in pixels, e.g., if the
+file `imagename.png' is 300x400 pixels, the inclusion would read
-
-File: dvipng.info, Node: Included graphics problems, Prev: Debug options, Up: Diagnosing problems
+ \includegraphics[bb=0 0 300 400]{imagename.png}
-5.2 Included graphics problems
-==============================
+ The default size is the image size in bp ("big points" in TeX
+nomenclature or PostScript points as other people have it, 72 per inch).
+That is, default resolution will be 72 dpi for included bitmaps, which
+is the default size in the few other bitmap-capable drivers that are
+known to me (dvipdfm and PDFLaTeX).
-The most common problem with including graphics is an incorrect bounding
-box. Complain to whoever wrote the software that generated the file if
-the bounding box is indeed incorrect.
+ If you want 100 dpi you need to specify the width accordingly. You
+just divide your image width by 100: a 135 pixel wide image at 100 dpi
+will take up 1.35 inches. If you want 200 dpi you divide by 200, and so
+on. Simple, eh? The example above at 200 dpi would be 1.5 inches wide:
- An additional problem is that the image in dvipng is always clipped
-to the bounding box. This is because the image is rendered by
-GhostScript by an internal call and then copied to the dvipng image. At
-present no workaround is known, but there may be one for a future
-GhostScript. We'll see.
+ \includegraphics[bb=0 0 300 400,witdh=1.5in]{imagename.png}

-File: dvipng.info, Node: Color, Next: Copying, Prev: Diagnosing problems, Up: Top
+File: dvipng.info, Node: Color, Next: Diagnosing problems, Prev: Graphics, Up: Top
6 Color
*******
@@ -780,17 +770,18 @@ by-value spec starts with the name of a color model (one of `rgb',
`hsb', `cmy', `cmyk', or `gray') followed by the appropriate number of
parameters. Thus, the color specification `rgb 0.3 0.4 0.5' would
correspond to the color that is `0.3 0.4 0.5' in its red, blue and
-green values. The color used internally in dvipng is `RGB' (discretized
-to 256 levels), for details on the formulas used in conversion, see the
-`xcolor' documentation.
+green values. The color model used internally in dvipng is `RGB'
+(discretized to 256 levels), for details on the formulas used in
+conversion, see the `xcolor' documentation.
By-name color specifications are single (case-dependent) words and
are compared with color names defined in `dvipsnam.def' (from the
`graphics' bundle), `svgnam.def' and `xcolor.sty' (from the `xcolor'
-bundle).
+bundle). See the `xcolor' documentation for a list of names and the
+corresponding colors.
- On the command-line, the name `Transparent' can also be used in as
-an argument to `--bg' to choose transparent background. *Note Option
+ On the command-line, the name `Transparent' can also be used as an
+argument to `--bg' to choose transparent background. *Note Option
details::.

@@ -817,8 +808,8 @@ This saves the current color on the color stack and sets the color to be
that given by the color specification. This is the most common way to
set a color.
- The final version of the `color' special is just `color pop', with
-no color specification; this says to pop the color last pushed on the
+ The final form of the `color' special is just `color pop', with no
+color specification; this says to pop the color last pushed on the
color stack from the color stack and set the current color to be that
color.
@@ -826,9 +817,105 @@ color.
the pages are rendered repeatedly or in reverse order.

-File: dvipng.info, Node: Credits, Next: Index, Prev: Copying, Up: Top
+File: dvipng.info, Node: Diagnosing problems, Next: Credits, Prev: Color, Up: Top
+
+7 Diagnosing problems
+*********************
+
+You've gone through all the trouble of installing dvipng, carefully read
+all the instructions in this manual, and still can't get something to
+work. The following sections provide some helpful hints if you find
+yourself in such a situation.
+
+* Menu:
+
+* Contact information:: Who to ask.
+* Debug options:: Getting diagnostics.
+
+
+File: dvipng.info, Node: Contact information, Next: Debug options, Up: Diagnosing problems
+
+7.1 Contact information
+=======================
+
+Bug reports should be sent to <dvipng@nongnu.org>.
+
+ Questions, suggestions for new features, pleas for help, and/or
+praise should go to <dvipng@nongnu.org>. For more information on this
+mailing list, send a message with just the word `help' as subject or
+body to <dvipng-request@nongnu.org> or look at
+`http://lists.nongnu.org/mailman/listinfo/dvipng'.
+
+ Offers to support further development will be appreciated. For
+developer access, ask on <dvipng@nongnu.org>.
+
+ For details on the TeX path-searching library, and `mktexpk'
+problems, *note Common problems: (kpathsea)Common problems.
+
+
+File: dvipng.info, Node: Debug options, Prev: Contact information, Up: Diagnosing problems
+
+7.2 Debug options
+=================
+
+The `-d' flag to dvipng helps in tracking down certain errors. The
+parameter to this flag is an integer that tells what errors are
+currently being tracked. To track a certain class of debug messages,
+simply provide the appropriate number given below; if you wish to track
+multiple classes, sum the numbers of the classes you wish to track. To
+track all classes, you can use `-1'.
+
+ Some of these debugging options are actually provided by Kpathsea
+(*note Debugging: (kpathsea)Debugging.).
+
+ The classes are:
+1
+ Normal dvi op-codes
-7 Credits
+2
+ Virtual fonts
+
+4
+ PK fonts
+
+8
+ TFM files
+
+16
+ Glyph rendering
+
+32
+ FreeType calls
+
+64
+ Encoding loads
+
+128
+ Color specials
+
+256
+ GhostScript specials
+
+512
+ T1lib calls
+
+1024
+ Kpathsea `stat' calls
+
+2048
+ Kpathsea hash table lookups
+
+4096
+ Kpathsea path element expansion
+
+8192
+ Kpathsea path searches
+
+
+
+File: dvipng.info, Node: Credits, Next: Copying, Prev: Diagnosing problems, Up: Top
+
+8 Credits
*********
A number of persons have contributed, if I forget to mention someone, I
@@ -839,17 +926,18 @@ improvements as the thing has evolved. These include but is perhaps not
limited to (in semi-random order): Thomas Esser (teTeX), Christian
Schenk (MIKTeX), Brian R Furry (debian package), Angus Leeming (LyX),
Thomas Boutell (libgd), John Jones (first user report), Uwe Kern
-(xcolor), Alan Shutko, Reiner Stieb, Nick Alcock, Adam Buchbinder,
+(xcolor), Karl Berry (TeX Live), David Harvey (hinting in Freetype),
+Neal Harmon, Alan Shutko, Reiner Stieb, Nick Alcock, Adam Buchbinder,
Svend Tollak Munkejord, James Longstreet, Bernhard Simon, Bob McElrath,
Georg Schwarz, Jason Farmer, Brian V. Smith, Samuel Hathaway, Thomas R.
Shemanske, Stephen Gibson, Christian Ridderstro"m, Ezra Peisach,
William H Wheeler, Thomas Klausner, Harald Koenig, Adrian Bunk, Kevin
-Smith, and Jason Riedy.
+Smith, Jason Riedy, Wolfram Krause, and Reinhard Kotucha.

-File: dvipng.info, Node: Copying, Next: Credits, Prev: Color, Up: Top
+File: dvipng.info, Node: Copying, Next: Index, Prev: Credits, Up: Top
-8 Copying
+9 Copying
*********
This program is free software; you can redistribute it and/or modify it
@@ -864,14 +952,14 @@ General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
-Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-Copyright (C) 2002-2005 Jan-AAke Larsson
+Copyright (C) 2002-2006 Jan-AAke Larsson

-File: dvipng.info, Node: Index, Prev: Credits, Up: Top
+File: dvipng.info, Node: Index, Prev: Copying, Up: Top
Index
*****
@@ -879,10 +967,10 @@ Index
* Menu:
-* -dSAFER: Option details. (line 164)
-* absolute page number, and -l: Option details. (line 137)
-* absolute page number, and -p: Option details. (line 185)
-* antialiasing levels, number of: Option details. (line 229)
+* -dSAFER: Option details. (line 166)
+* absolute page number, and -l: Option details. (line 139)
+* absolute page number, and -p: Option details. (line 187)
+* antialiasing levels, number of: Option details. (line 241)
* background color (option): Option details. (line 40)
* base resolution, setting: Option details. (line 35)
* baseline reporting: Option details. (line 76)
@@ -891,87 +979,90 @@ Index
* command-line options: Command-line options.
(line 6)
* compilation: Installation. (line 6)
-* compression: Option details. (line 284)
+* compression: Option details. (line 302)
* configuration, of dvipng: Installation. (line 6)
-* dark fonts: Option details. (line 118)
+* dark fonts: Option details. (line 119)
* debugging <1>: Diagnosing problems. (line 6)
* debugging: Option details. (line 54)
-* debugging options: Debug options. (line 6)
* depth reporting: Option details. (line 76)
-* first page printed: Option details. (line 185)
+* exit on erroneous images: Option details. (line 252)
+* first page printed: Option details. (line 187)
* follow mode: Option details. (line 97)
-* font generation, avoiding: Option details. (line 154)
+* font generation, avoiding: Option details. (line 156)
+* forcing palette output: Option details. (line 196)
* foreground color (option): Option details. (line 91)
-* FreeType font rendering: Option details. (line 104)
-* fuzzy images: Option details. (line 118)
-* gamma: Option details. (line 118)
-* GhostScript and -dSAFER: Option details. (line 164)
-* GhostScript, turning off: Option details. (line 159)
-* GIF image format: Option details. (line 124)
-* graphics inclusion problems: Included graphics problems.
- (line 6)
-* height reporting: Option details. (line 130)
+* FreeType font rendering: Option details. (line 105)
+* fuzzy images: Option details. (line 119)
+* gamma: Option details. (line 119)
+* GhostScript and -dSAFER: Option details. (line 166)
+* GhostScript, turning off: Option details. (line 161)
+* GIF image format: Option details. (line 125)
+* height reporting: Option details. (line 132)
* installation, of dvipng: Installation. (line 6)
* invoking dvipng: Basic usage. (line 6)
-* last page printed: Option details. (line 137)
-* light fonts: Option details. (line 118)
-* magnification, overriding DVI: Option details. (line 276)
-* Metafont mode, specifying: Option details. (line 146)
-* mktexpk, avoiding: Option details. (line 154)
-* mode name, specifying: Option details. (line 146)
-* no erroneous images: Option details. (line 194)
-* offset pages: Option details. (line 179)
+* last page printed: Option details. (line 139)
+* light fonts: Option details. (line 119)
+* magnification, overriding DVI: Option details. (line 294)
+* Metafont mode, specifying: Option details. (line 148)
+* mktexpk, avoiding: Option details. (line 156)
+* mode name, specifying: Option details. (line 148)
+* no erroneous images: Option details. (line 206)
+* offset pages: Option details. (line 181)
* option, details of: Option details. (line 6)
-* options, debugging: Debug options. (line 6)
* options, dvipng: Command-line options.
(line 6)
* options, reading from standard input: Option details. (line 11)
* options, summary: Option summary. (line 6)
* output resolution, setting: Option details. (line 60)
-* output, redirecting: Option details. (line 172)
-* page range: Option details. (line 207)
-* page, first printed: Option details. (line 185)
-* page, last printed: Option details. (line 137)
-* physical page number, and -l: Option details. (line 137)
-* physical page number, and -p: Option details. (line 185)
-* PNG image format: Option details. (line 203)
+* output, redirecting: Option details. (line 174)
+* page range: Option details. (line 219)
+* page, first printed: Option details. (line 187)
+* page, last printed: Option details. (line 139)
+* physical page number, and -l: Option details. (line 139)
+* physical page number, and -p: Option details. (line 187)
+* PNG image format: Option details. (line 215)
+* PostScript inclusion problems: Encapsulated PostScript.
+ (line 21)
* problems: Diagnosing problems. (line 6)
-* quality: Option details. (line 229)
-* quiet operation: Option details. (line 225)
-* reverse pagination: Option details. (line 236)
-* silent operation: Option details. (line 225)
+* quality: Option details. (line 241)
+* quiet operation: Option details. (line 237)
+* reverse pagination: Option details. (line 248)
+* silent operation: Option details. (line 237)
* standard input, reading options from: Option details. (line 11)
-* standard output, output to: Option details. (line 172)
-* T1lib font rendering: Option details. (line 251)
+* standard output, output to: Option details. (line 174)
+* T1lib font rendering: Option details. (line 269)
* transparent border fallback color: Option details. (line 25)
* transparent border width: Option details. (line 25)
* trouble: Diagnosing problems. (line 6)
-* truecolor output: Option details. (line 265)
-* warnings, suppressing: Option details. (line 225)
+* truecolor output: Option details. (line 283)
+* warnings, suppressing: Option details. (line 237)

Tag Table:
-Node: Top296
-Node: Introduction1115
-Node: Installation3107
-Node: Prerequisites3454
-Node: Configure5337
-Node: Build/install7403
-Node: Installation outside the texmf tree7874
-Node: Advice for non-privileged users8581
-Node: Basic usage9574
-Node: Command-line options10701
-Node: Option summary11136
-Node: Option details13559
-Node: Diagnosing problems27947
-Node: Debug options29059
-Node: Included graphics problems30101
-Node: Color30749
-Node: Color specifications31083
-Node: Color specials32098
-Node: Credits33513
-Node: Copying34542
-Node: Index35369
+Node: Top317
+Node: Introduction1204
+Node: Installation3185
+Node: Prerequisites3532
+Node: Configure5914
+Node: Build/install7953
+Node: Installation outside the texmf tree8421
+Node: Advice for non-privileged users9128
+Node: Basic usage10136
+Node: Command-line options11263
+Node: Option summary11687
+Node: Option details13807
+Node: Graphics29131
+Node: Encapsulated PostScript29696
+Node: Bitmapped graphics31039
+Node: Color32239
+Node: Color specifications32574
+Node: Color specials33673
+Node: Diagnosing problems35085
+Node: Contact information35568
+Node: Debug options36309
+Node: Credits37344
+Node: Copying38493
+Node: Index39322

End Tag Table