Re: [PLUG] QR Code generator with text label

2015-05-31 Thread Chuck Hast
OK, I have a boat load of info here, now to try it all and see what works, if any one has anymore recommendations I am all ears. What I want to have visible on the label is the QR code and a brief descrip- tion of the labeled item along with the P#. The QR code will have the full des- cription and

Re: [PLUG] QR Code generator with text label

2015-05-31 Thread Galen Seitz
On 05/30/15 21:33, Chuck Hast wrote: > I have been looking for something that will generate QR codes to > create labels, I also want to add a short human readable line on > the label but so far I have not found a single step Linux solution to > do so. What I want is the QR code and above or below

Re: [PLUG] QR Code generator with text label

2015-05-31 Thread John Jason Jordan
On Sat, 30 May 2015 21:33:29 -0700 Chuck Hast dijo: >I have been looking for something that will generate QR codes to >create labels, I also want to add a short human readable line on >the label but so far I have not found a single step Linux solution to >do so. Scribus (since 1.4.3) has the a

Re: [PLUG] QR Code generator with text label

2015-05-31 Thread Bill Barry
On Sat, May 30, 2015 at 10:59 PM, Chuck Hast wrote: > Qrencode (cmd line tool) generates png files, Qreator (gui tool) generates > png files too. I think I will see if I can take a look at the source of > qreator and > see how hard it might be to "bend" it to do a line of text adjacent to the > QR

Re: [PLUG] QR Code generator with text label

2015-05-31 Thread Rich Shepard
On Sat, 30 May 2015, Chuck Hast wrote: > I have qrencode on my machine and have been playing around with it, I also > have qreator which is a gui, but both of them just generate the QR code, > so I will have to figure out what I can do to merge a QR code with a short > line of text for the label.

Re: [PLUG] QR Code generator with text label

2015-05-30 Thread Nat Taylor
Or generate the qr codes and use HTML to add a title to the images? On Sat, May 30, 2015 at 10:59 PM, Chuck Hast wrote: > Qrencode (cmd line tool) generates png files, Qreator (gui tool) generates > png files too. I think I will see if I can take a look at the source of > qreator and > see how h

Re: [PLUG] QR Code generator with text label

2015-05-30 Thread Chuck Hast
Qrencode (cmd line tool) generates png files, Qreator (gui tool) generates png files too. I think I will see if I can take a look at the source of qreator and see how hard it might be to "bend" it to do a line of text adjacent to the QR code. If I can do that, i have my solution, put it on some old

Re: [PLUG] QR Code generator with text label

2015-05-30 Thread Michael Rasmussen
On Sat, May 30, 2015 at 10:29:31PM -0700, Chuck Hast wrote: > I have qrencode on my machine and have been playing around with it, I also > have qreator which is a gui, but both of them just generate the QR code, so > I > will have to figure out what I can do to merge a QR code with a short line > o

Re: [PLUG] QR Code generator with text label

2015-05-30 Thread Chuck Hast
I have qrencode on my machine and have been playing around with it, I also have qreator which is a gui, but both of them just generate the QR code, so I will have to figure out what I can do to merge a QR code with a short line of text for the label. Also did not find the python2 references using S

Re: [PLUG] QR Code generator with text label

2015-05-30 Thread Nat Taylor
pacman -Ss QR code extra/prison 1.1.1-1 [installed] A barcode API to produce QRCode barcodes and DataMatrix barcodes extra/qrencode 3.4.4-1 [installed] C library for encoding data in a QR Code symbol. community/python-qrencode 1.01-8 A simple wrapper for the C qrencode library co

Re: [PLUG] QR Code generator with text label

2015-05-30 Thread Mansoor Nathani
On Sun, May 31, 2015 at 12:36 AM, benjamin barber wrote: > it sounds like you need a programmer. > or two :-) > > On Sat, May 30, 2015 at 9:33 PM, Chuck Hast wrote: > > > I have been looking for something that will generate QR codes to > > create labels, I also want to add a short human reada

Re: [PLUG] QR Code generator with text label

2015-05-30 Thread benjamin barber
it sounds like you need a programmer. On Sat, May 30, 2015 at 9:33 PM, Chuck Hast wrote: > I have been looking for something that will generate QR codes to > create labels, I also want to add a short human readable line on > the label but so far I have not found a single step Linux solution to >

[PLUG] QR Code generator with text label

2015-05-30 Thread Chuck Hast
I have been looking for something that will generate QR codes to create labels, I also want to add a short human readable line on the label but so far I have not found a single step Linux solution to do so. What I want is the QR code and above or below it a short human readable description. I can