Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stchan/barcodeimaging
.NET barcode detection library
https://github.com/stchan/barcodeimaging
barcode barcode-reader library
Last synced: about 2 months ago
JSON representation
.NET barcode detection library
- Host: GitHub
- URL: https://github.com/stchan/barcodeimaging
- Owner: stchan
- License: other
- Created: 2022-01-27T15:07:24.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T14:25:26.000Z (over 2 years ago)
- Last Synced: 2024-07-30T17:16:51.819Z (5 months ago)
- Topics: barcode, barcode-reader, library
- Language: C#
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.htm
Awesome Lists containing this project
README
# BarcodeImaging v2.0
I (@stchan) am not the author/owner of this code. [Berend Engelbrecht](https://www.codeproject.com/Members/Berend-Engelbrecht) created this .NET barcode detection library in 2009. His original codeproject article is [here](https://www.codeproject.com/Articles/42852/Reading-Barcodes-from-an-Image-III). This repo is intended to make the C# code easily available to git users. See the original article for usage details and documentation, the license only permits copying/distributing the code.
## Modifications
* Target framework changed to .NET Standard 2.0
* Assembly/File/Nuget version bumped to 2.0
* VB.net code excluded
* Test Winforms app excluded
* COM interface code excluded
* Bugfixes by [Matthias Böhnke](https://www.codeproject.com/Tips/416486/Bug-Fixes-for-Reading-Barcodes-from-an-Image-III), [matiascabanillas](https://www.codeproject.com/Tips/416486/Bug-Fixes-for-Reading-Barcodes-from-an-Image-III?msg=4388217#xx4388217xx), and [mrodby](https://www.codeproject.com/Tips/416486/Bug-Fixes-for-Reading-Barcodes-from-an-Image-III?msg=5406633#xx5406633xx) have been incorporated (see commit history for details).## License
* BarcodeImaging was released under the [Code Project Open License](https://www.codeproject.com/info/cpol10.aspx). Note that this is [*not* a GPL compatible license](https://www.gnu.org/licenses/license-list.html#cpol).