summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2016-06-17 14:51:57 +0200
committerTor Andersson <tor.andersson@artifex.com>2016-06-17 14:53:21 +0200
commit8393f20185b0e3e73450096f7b76e1a3d9b5a0e2 (patch)
treea0dd7f564bfedcfb652c969227d8359a1141ab5c /docs
parent602cc73633568beec1afe7068bb3a1040b20bba0 (diff)
downloadmupdf-8393f20185b0e3e73450096f7b76e1a3d9b5a0e2.tar.xz
Add separate X and Y resolution to draw device options.
Diffstat (limited to 'docs')
-rw-r--r--docs/mutool/run.html17
1 files changed, 14 insertions, 3 deletions
diff --git a/docs/mutool/run.html b/docs/mutool/run.html
index 48c47d81..71690708 100644
--- a/docs/mutool/run.html
+++ b/docs/mutool/run.html
@@ -495,13 +495,24 @@ The argument must be the same device object that was returned by the beginPage m
</dl>
<p>
-The current output formats supported are CBZ and PDF.
+The current output formats supported are CBZ, PNG and PDF.
<p>
-The CBZ output options are:
+The image format (CBZ, PNG, etc) output options are:
<dl>
-<dt>resolution=N
+<dt>rotate=N
+<dd>Rotate rendered pages N degrees counterclockwise.
+<dt>resolution=N, x-resolution=N, y-resolution=N
<dd>Render each page to an image at N pixels per inch.
+<dt>width=N
+<dd>Render pages to fit N pixels wide (ignore resolution option).
+<dt>height=N
+<dd>Render pages to fit N pixels tall (ignore resolution option).
+<dt>colorspace=(gray|rgb|cmyk)
+<dd>Render using specified colorspace.
+<dt>alpha
+<dd>Render pages with alpha channel and transparent background.
+
</dl>
<p id="pdf-write-options">