From cf7b2cbbfe6192fbf697237735ab45bc951304e4 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 23 Jun 2016 12:33:30 +0200 Subject: Update JNI code. Take explicit alpha argument in toPixmap functions. --- docs/mutool/run.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') 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
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. -
Page#toPixmap(transform, colorspace) +
Page#toPixmap(transform, colorspace, alpha)
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.
Page#toDisplayList()
Record the contents on the page into a DisplayList.
Page#search(needle) -- cgit v1.2.3