[PHP] Decoding Barcode Images

2011-10-10 Thread Floyd Resler
I've been trying to find a solution for decoding barcode images in PHP but haven't had much luck so far. Does anyone have any suggestions? Thanks! Floyd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Decoding Barcode Images

2011-10-10 Thread Jason Pruim
Jason Pruim li...@pruimphotography.com On Oct 10, 2011, at 2:42 PM, Floyd Resler wrote: I've been trying to find a solution for decoding barcode images in PHP but haven't had much luck so far. Does anyone have any suggestions? Thanks! Floyd Hi Floyd, What kind of barcodes are you

Re: [PHP] Decoding Barcode Images

2011-10-10 Thread Matthew Pounsett
On 2011-10-10, at 14:42, Floyd Resler wrote: I've been trying to find a solution for decoding barcode images in PHP but haven't had much luck so far. Does anyone have any suggestions? I'm not familiar with a way to do it directly in PHP, but you could shell out to something like zbar to do

Re: [PHP] Decoding Barcode Images

2011-10-10 Thread Shaun J. Farrell
zxing has a java commandline app that you can run.. simple to use great results. http://code.google.com/p/zxing/ Shaun www.brewerydb.com On Oct 10, 2011, at 2:47 PM, Matthew Pounsett wrote: On 2011-10-10, at 14:42, Floyd Resler wrote: I've been trying to find a solution for decoding

Re: [PHP] Decoding Barcode Images

2011-10-10 Thread Floyd Resler
On Oct 10, 2011, at 3:54 PM, Shaun J. Farrell wrote: zxing has a java commandline app that you can run.. simple to use great results. http://code.google.com/p/zxing/ Shaun www.brewerydb.com On Oct 10, 2011, at 2:47 PM, Matthew Pounsett wrote: On 2011-10-10, at 14:42, Floyd