it-tools
it-tools copied to clipboard
[NEW TOOL] Barcode generator (and potentially reader?)
What tool do you want? I would like to have a tool to generate a barcode.
Describe the solution you'd like I would imagine a web page to generate a barcode from a piece of data, the simplest case being ASCII text encoded into a Code 128 barcode. Further additions could be the ability to generate different barcodes depending on the desired norm (https://www.tec-it.com/en/support/knowbase/barcode-overview/linear/Default.aspx), and potentially the ability to access a camera to read and decode barcodes.
Is there example of this tool in the wild? Webpages:
- https://barcode.tec-it.com/en/Code128
- https://www.cognex.com/resources/interactive-tools/free-barcode-generator
- https://www.barcode-generator.org/
npm packages:
- https://www.npmjs.com/package/barcode
- https://www.npmjs.com/package/jsbarcode
This is a tool I'd very much like to see included in the future.
Seconded. Would be a great addition to the "images & videos" category
thirded
Hi @timotheeandres, @DeAlexPesh, @TechWolfNZ, @c11umw, @jaywehner and @CorentinTh , implemented in #1100
Nice. Not in the latest docker image as yet, but will check for it once available. (current docker: v2024.5.13-a0bc346) Thanks for doing that 🙂
I'm interested in having a reader as well. I just stumbled across native Javascript API that can do it, but the browser support is limited.
https://developer.mozilla.org/en-US/docs/Web/API/Barcode_Detection_API
HI @camercu, implemented in #1100