Skip to content

Commit

Permalink
v8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yushulx committed Jan 14, 2021
1 parent 6d17a22 commit 3e536a1
Show file tree
Hide file tree
Showing 39 changed files with 759 additions and 724 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SET(CMAKE_CXX_FLAGS "-std=c++11 -O3")

# The version number.
set(BarcodeReader_VERSION_MAJOR 8)
set(BarcodeReader_VERSION_MINOR 0)
set(BarcodeReader_VERSION_MINOR 1)

# Check platforms
if (CMAKE_HOST_WIN32)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Building C/C++ Barcode Reader with CMake

Version 8.0
Version 8.1

## Requirements
- [Visual Studio](https://www.visualstudio.com/downloads/)
Expand Down
Binary file modified images/AllSupportedBarcodeTypes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/AllSupportedBarcodeTypes.tif
Binary file not shown.
Binary file added images/BarcodeColorMode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/BarcodeOrientation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/BarcodeSizeAndModuleSize.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/BlurPhoto.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Codabar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Code 128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Code 128.tif
Binary file not shown.
Binary file added images/Code 39.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Code 39.tif
Binary file not shown.
Binary file added images/Code 93.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/DamagedBarcodes.tif
Binary file not shown.
Binary file added images/DataMatrix.tif
Binary file not shown.
Binary file added images/EAN-13.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/EAN-8.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Interleaved 2of 5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Interleaved 2of 5.tif
Binary file not shown.
Binary file added images/MultiPage.pdf
Binary file not shown.
Binary file added images/PDF417.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/QRCode.tif
Binary file not shown.
Binary file added images/QRCode_Variant_Size_Rotate.tif
Binary file not shown.
Binary file added images/UPC-A.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/UPC-E.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/industrial 2 of 5.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/multi-barcode.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/multi-qr.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3e536a1

Please sign in to comment.