diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2016-06-23 12:33:30 +0200 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2016-06-23 16:10:29 +0100 |
commit | cf7b2cbbfe6192fbf697237735ab45bc951304e4 (patch) | |
tree | eac1231a33e79e7f8afa99d63e203b8fededecc4 /docs | |
parent | 38ffc7fefeadb87929c2006d1e91394a516c3c9d (diff) | |
download | mupdf-cf7b2cbbfe6192fbf697237735ab45bc951304e4.tar.xz |
Update JNI code. Take explicit alpha argument in toPixmap functions.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/mutool/run.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/mutool/run.html b/docs/mutool/run.html index 71690708..ed1a9707 100644 --- a/docs/mutool/run.html +++ b/docs/mutool/run.html @@ -187,8 +187,9 @@ MuPDF can open many document types (PDF, XPS, CBZ, EPUB, FB2 and a handful of im <dd>Calls device functions for all the contents on the page, using the specified transform matrix. The device can be one of the built-in devices or a JavaScript object with methods for the device calls. The transform maps from user space points to device space pixels. -<dt>Page#toPixmap(transform, colorspace) +<dt>Page#toPixmap(transform, colorspace, alpha) <dd>Render the page into a Pixmap, using the transform and colorspace. +If alpha is true, the page will be drawn on a transparent background, otherwise white. <dt>Page#toDisplayList() <dd>Record the contents on the page into a DisplayList. <dt>Page#search(needle) |