Re: [PHP] Barcode Reader

2010-12-06 Thread Richard Quadling
On 6 December 2010 17:07, Floyd Resler wrote: > They're 2d barcodes.  I did a Google search and really couldn't find > anything.  After talking with my boss, though, we decided that this project > would probably take too much time and be frustrating for the users.  We're > trying to decode barc

Re: [PHP] Barcode Reader

2010-12-06 Thread Daniel P. Brown
On Mon, Dec 6, 2010 at 14:18, fakessh @ wrote: > > http://search.cpan.org/dist/GD-Barcode/ Your point? The OP never asked about a barcode generator. -- Dedicated Servers, Cloud and Cloud Hybrid Solutions, VPS, Hosting (866-) 725-4321 http://www.parasane.net/ -- PHP General Mailing List

Re: [PHP] Barcode Reader

2010-12-06 Thread fakessh @
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 06.12.2010 19:06, Daniel P. Brown a écrit : > On Mon, Dec 6, 2010 at 12:07, Floyd Resler wrote: >> They're 2d barcodes. I did a Google search and really couldn't find >> anything. After talking with my boss, though, we decided that this project

Re: [PHP] Barcode Reader

2010-12-06 Thread Daniel P. Brown
On Mon, Dec 6, 2010 at 12:07, Floyd Resler wrote: > They're 2d barcodes.  I did a Google search and really couldn't find > anything.  After talking with my boss, though, we decided that this project > would probably take too much time and be frustrating for the users.  We're > trying to decode

Re: [PHP] Barcode Reader

2010-12-06 Thread Floyd Resler
They're 2d barcodes. I did a Google search and really couldn't find anything. After talking with my boss, though, we decided that this project would probably take too much time and be frustrating for the users. We're trying to decode barcodes from pictures taken with cell phones. In testing

Re: [PHP] Barcode Reader

2010-12-06 Thread Jason Pruim
What kind of barcode? Most of the barcodes I work with only store text that doesn't mean much unless you have the decode algorithm... In other words you need to know where the info is coming from to be able to determine what is stored in the barcode. Jason Pruim On Dec 6, 2010, at 11:21 AM

[PHP] Barcode Reader

2010-12-06 Thread Floyd Resler
Does anyone know of a class that can extract information from a barcode image? Thanks! Floyd -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php