mirror of
https://github.com/serratus/quaggaJS.git
synced 2026-08-12 21:21:42 +08:00
Updated to v0.11.3
This commit is contained in:
+1373
-819
File diff suppressed because one or more lines are too long
Vendored
+3
-3
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_w_locator.html)
|
||||
[](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.html)
|
||||
[](file_input/)
|
||||
|
||||
Reference in New Issue
Block a user