From 8393f20185b0e3e73450096f7b76e1a3d9b5a0e2 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 17 Jun 2016 14:51:57 +0200 Subject: Add separate X and Y resolution to draw device options. --- docs/mutool/run.html | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'docs/mutool') 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

-The current output formats supported are CBZ and PDF. +The current output formats supported are CBZ, PNG and PDF.

-The CBZ output options are: +The image format (CBZ, PNG, etc) output options are:

-
resolution=N +
rotate=N +
Rotate rendered pages N degrees counterclockwise. +
resolution=N, x-resolution=N, y-resolution=N
Render each page to an image at N pixels per inch. +
width=N +
Render pages to fit N pixels wide (ignore resolution option). +
height=N +
Render pages to fit N pixels tall (ignore resolution option). +
colorspace=(gray|rgb|cmyk) +
Render using specified colorspace. +
alpha +
Render pages with alpha channel and transparent background. +

-- cgit v1.2.3