Updated to v0.11.3

gh-pages
Christoph Oberhofer 9 years ago
parent 18a0ea67fc
commit a57f78b6a2

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -7,7 +7,7 @@ showInMenu: true
quaggaJS
========
- [Changelog](#changelog) (2016-04-24)
- [Changelog](#changelog) (2016-08-15)
- [Browser Support](#browser-support)
- [Installing](#installing)
- [Getting Started](#gettingstarted)
@ -642,6 +642,11 @@ on the ``singleChannel`` flag in the configuration when using ``decodeSingle``.
## <a name="changelog">Changelog</a>
### 2016-08-15
- Features
- Proper handling of EXIF orientation when using `Quagga.decodeSingle`
(see [#121](https://github.com/serratus/quaggaJS/issues/121))
### 2016-04-24
- Features
- EAN-13 extended codes can now be decoded (See

@ -49,10 +49,10 @@ barcodes
## Using static image files <i class="icon-image"/>
[This example](static_images.html) shows the capabilities of QuaggaJS using
[This example](static_images/) shows the capabilities of QuaggaJS using
images taken under various conditions.
<a href="static_images" class="columns large-quater small-half">
<a href="static_images/" class="columns large-quater small-half">
<img src="{{ site.baseurl }}/assets/example_static_01.jpg" />
<img src="{{ site.baseurl }}/assets/example_static_02.jpg" />
<img src="{{ site.baseurl }}/assets/example_static_03.jpg" />
@ -61,13 +61,13 @@ images taken under various conditions.
## Using the live-stream from your webcam <i class="icon-video-camera"/>
This is the preferred mode of using QuaggaJS. [This example](live_w_locator.html) demonstrates the real-time decoding capabilities of QuaggaJS by using your
This is the preferred mode of using QuaggaJS. [This example](live_w_locator/) demonstrates the real-time decoding capabilities of QuaggaJS by using your
webcam as a barcode-scanner.
[![Live 1]({{ site.baseurl }}/assets/example_live_01.jpg)](live_w_locator.html)
[![Live 1]({{ site.baseurl }}/assets/example_live_01.jpg)](live_w_locator/)
## Using the File API <i class="icon-camera"/> <i class="icon-image"/>
Instead of directly accessing the user's webcam, [this example](file_input.html) shows you how to use QuaggaJS with the HTML5 File API to decode a pre-taken image.
Instead of directly accessing the user's webcam, [this example](file_input/) shows you how to use QuaggaJS with the HTML5 File API to decode a pre-taken image.
[![File Input 1]({{ site.baseurl }}/assets/example_file_input_01.jpg)](file_input.html)
[![File Input 1]({{ site.baseurl }}/assets/example_file_input_01.jpg)](file_input/)

Loading…
Cancel
Save