it-tools icon indicating copy to clipboard operation
it-tools copied to clipboard

[NEW TOOL] Barcode generator (and potentially reader?)

Open timotheeandres opened this issue 2 years ago • 8 comments
trafficstars

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

timotheeandres avatar Jun 08 '23 08:06 timotheeandres

This is a tool I'd very much like to see included in the future.

TechWolfNZ avatar Sep 14 '23 09:09 TechWolfNZ

Seconded. Would be a great addition to the "images & videos" category

c11umw avatar Nov 06 '23 14:11 c11umw

thirded

jaywehner avatar Nov 06 '23 14:11 jaywehner

Hi @timotheeandres, @DeAlexPesh, @TechWolfNZ, @c11umw, @jaywehner and @CorentinTh , implemented in #1100

sharevb avatar May 19 '24 21:05 sharevb

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 🙂

c11umw avatar May 23 '24 17:05 c11umw

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

camercu avatar Sep 23 '24 21:09 camercu

HI @camercu, implemented in #1100

sharevb avatar Sep 28 '24 08:09 sharevb