diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2016-06-06 15:07:39 +0200 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2016-06-16 18:08:15 +0100 |
commit | fe02a527fe1d309e584ffc3c65a84af829185930 (patch) | |
tree | b838bef82cde1aa23cf839420fff1896f14e00d9 /docs/mutool/run.html | |
parent | c038cf4db5122259a790aa0f15f391b375f7540a (diff) | |
download | mupdf-fe02a527fe1d309e584ffc3c65a84af829185930.tar.xz |
Update getStride and add getAlpha to JS bindings.
Diffstat (limited to 'docs/mutool/run.html')
-rw-r--r-- | docs/mutool/run.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/mutool/run.html b/docs/mutool/run.html index e82a68bd..3d8f2753 100644 --- a/docs/mutool/run.html +++ b/docs/mutool/run.html @@ -228,6 +228,9 @@ tiles of a page. <dt>Pixmap#getWidth() <dt>Pixmap#getHeight() <dt>Pixmap#getNumberOfComponents() +<dd>Number of colors; plus one if an alpha channel is present. +<dt>Pixmap#getAlpha() +<dd>True if alpha channel is present. <dt>Pixmap#getStride() <dd>Number of bytes per row. <dt>Pixmap#getColorSpace() |