utensils / barcoded

A barcode generation web service.
utensils.io/barcoded
MIT License
49 stars 5 forks source link

Text bellow image #66

Open urkl opened 7 years ago

urkl commented 7 years ago

Is it possible to show text bellow some codes?

doomspork commented 7 years ago

Howdy @urkl! This is not yet supported but @jamesbrink is going to take a look at adding the feature for you 👍

urkl commented 7 years ago

Wow, this really is a great news.

doomspork commented 7 years ago

@urkl if you'd like to take a whack at it I don't think @jamesbrink would mind, in fact I'm sure he'd be happy to help 😁

jamesbrink commented 7 years ago

@doomspork, @urkl I will take this on. I just briefly looked at babry (https://github.com/toretore/barby) which is the ruby library that generates the actual barcodes through imagemagick. I suspect I will be extending that in addition to barcoded. If i remember right we had to fix a handful of issues in that library when we created barcoded as well.

Is their any particular symbology either of you can recommend I start with? It looks like each barcode will have a different font and character mapping. Just a quick search I came across a few references such as http://www.barcoderesource.com/humanreadabletext.shtml

I think we need to update the docs again as well with usage examples to actually use the service, the demo page is no longer working :( I had to read through spec tests to remember how to use it hah.