mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-27 18:48:13 +00:00
Deploying to gh-pages from @ chillerlan/php-qrcode@2590ded12e 🚀
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Documentation</title>
|
||||
<title>Documentation</title>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<base href="../">
|
||||
<link rel="icon" href="images/favicon.ico"/>
|
||||
@@ -54,14 +55,16 @@
|
||||
<aside class="phpdocumentor-column -four phpdocumentor-sidebar">
|
||||
<section class="phpdocumentor-sidebar__category">
|
||||
<h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
|
||||
<h4 class="phpdocumentor-sidebar__root-namespace"><a href="namespaces/chillerlan.html">chillerlan</a></h4>
|
||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||
<a href="namespaces/chillerlan.html" class="">chillerlan</a>
|
||||
</h4>
|
||||
<ul class="phpdocumentor-list">
|
||||
<li>
|
||||
<a href="namespaces/chillerlan-qrcode.html">QRCode</a>
|
||||
<a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
|
||||
|
||||
</li>
|
||||
<li>
|
||||
<a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a>
|
||||
<a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
@@ -69,7 +72,9 @@
|
||||
</section>
|
||||
<section class="phpdocumentor-sidebar__category">
|
||||
<h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
|
||||
<h4 class="phpdocumentor-sidebar__root-namespace"><a href="packages/Application.html">Application</a></h4>
|
||||
<h4 class="phpdocumentor-sidebar__root-namespace">
|
||||
<a href="packages/Application.html" class="">Application</a>
|
||||
</h4>
|
||||
|
||||
</section>
|
||||
|
||||
@@ -126,31 +131,31 @@
|
||||
</h3>
|
||||
|
||||
<dl class="phpdocumentor-table-of-contents">
|
||||
<dt class="phpdocumentor-table-of-contents__entry -method -public">
|
||||
<dt class="phpdocumentor-table-of-contents__entry -method -public">
|
||||
<a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceInterface.html#method_fromBlob">fromBlob()</a>
|
||||
<span>
|
||||
: self </span>
|
||||
: self </span>
|
||||
</dt>
|
||||
<dd>Creates a LuminanceSource instance from the given data blob</dd>
|
||||
|
||||
<dt class="phpdocumentor-table-of-contents__entry -method -public">
|
||||
<a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceInterface.html#method_fromFile">fromFile()</a>
|
||||
<span>
|
||||
: self </span>
|
||||
: self </span>
|
||||
</dt>
|
||||
<dd>Creates a LuminanceSource instance from the given file</dd>
|
||||
|
||||
<dt class="phpdocumentor-table-of-contents__entry -method -public">
|
||||
<a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceInterface.html#method_getHeight">getHeight()</a>
|
||||
<span>
|
||||
: int </span>
|
||||
: int </span>
|
||||
</dt>
|
||||
<dd></dd>
|
||||
|
||||
<dt class="phpdocumentor-table-of-contents__entry -method -public">
|
||||
<a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceInterface.html#method_getMatrix">getMatrix()</a>
|
||||
<span>
|
||||
: array<string|int, mixed> </span>
|
||||
: array<string|int, mixed> </span>
|
||||
</dt>
|
||||
<dd>Fetches luminance data for the underlying bitmap. Values should be fetched using:
|
||||
`int luminance = array[y * width + x] & 0xff`</dd>
|
||||
@@ -158,7 +163,7 @@
|
||||
<dt class="phpdocumentor-table-of-contents__entry -method -public">
|
||||
<a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceInterface.html#method_getRow">getRow()</a>
|
||||
<span>
|
||||
: array<string|int, mixed> </span>
|
||||
: array<string|int, mixed> </span>
|
||||
</dt>
|
||||
<dd>Fetches one row of luminance data from the underlying platform's bitmap. Values range from
|
||||
0 (black) to 255 (white). Because Java does not have an unsigned byte type, callers will have
|
||||
@@ -169,7 +174,7 @@ getMatrix() may never be called.</dd>
|
||||
<dt class="phpdocumentor-table-of-contents__entry -method -public">
|
||||
<a href="classes/chillerlan-QRCode-Decoder-LuminanceSourceInterface.html#method_getWidth">getWidth()</a>
|
||||
<span>
|
||||
: int </span>
|
||||
: int </span>
|
||||
</dt>
|
||||
<dd></dd>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user