Home » Images » Image_Barcode
Barcode generation
This package is unmaintained.
Download latest release 1.1.3 (archived versions might be outdated)
License: PHP License
Description
With Image_Barcode class you can create a barcode
representation of a given string.
This class uses GD function because of this the generated graphic can be any of
GD supported supported image types.
Documentation
Maintainers
- Marcelo Subtil Marcal (msmarcal) — lead, active
Dependencies
Required
- PHP (>= 4.0.0)
- PEAR Installer (>= 1.4.0b1)
- gd (extension)
Optional
Releases
- 1.1.3 (stable, 2012-03-24)
Release notes
License: PHP License
QA release
Bug #19345 Excess archive - 1.1.2 (stable, 2011-12-10)
Release notes
License: PHP License
QA release
End of life - users are encouraged to swap to Image_Barcode2
Request #18369 Allow user to select barcode image size
Request #18377 Adding EAN8 support (patch attached)
Bug #18376 EAN13 code does not correctly calculate image width
Bug #17353 GD Image font functions given string parameters where inte⦠- 1.1.1 (stable, 2010-10-25)
Release notes
License: PHP License
QA release
Bug #13794 Some numbers produce malformed "UPC A" barcodes - 1.1.0 (stable, 2007-02-28)
Release notes
License: PHP License
QA bugfix release:
- Fixing #4597: PEAR_INSTALL_DIR constant might be empty
- Fixing #4755: $barcodepath not found in Image/Barcode.php
- Fixing #6637: error don't declare
- Fixing #7693: Wrong include path
- Fixing #7851: Needs flag to supress headers or an option to redirect output to a variable.
- Fixing #8301: Not compatible with Safe Mode
- Fixing #8813: image can't be saved to filesystemImage_Barcode::draw has an optional fourth parameter determining if
the GD image resource should be returned or output to the browser.
This breaks backwards compatibility for people using drivers directly
which is always a big NO-NO. If your application breaks, it's your chance
to use the class properly. - 1.0.4 (stable, 2005-06-03)
Release notes
License: PHP License
- Added PostNet barcode rendering (thanks to Josef "Jeff" Sipek)
- 1.0.3 (stable, 2005-05-30)
Release notes
License: PHP License
- Added Code128 barcode rendering (thanks to Jeffrey K. Brown)
- 1.0.2 (stable, 2005-05-24)
Release notes
License: PHP License
- Added UPC-A barcode rendering (thanks to Jeffrey K. Brown)
- 1.0.1 (stable, 2005-04-12)
- 1.0.0 (stable, 2005-04-11)
- 0.5 (stable, 2003-12-18)
- 0.4 (beta, 2003-01-21)
- 0.3 (alpha, 2002-11-30)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #912 | Bogus | Bug | 2004-02-26 | PEAR QA: improvement for get_class()-usage | |
| #1986 | Closed | Bug | 2004-07-26 | str_split function problem in code39 | |
| #3957 | Closed | Req | 2005-03-24 | Grammatical Error on Package Summary | |
| #4597 | Closed | Bug | 2005-06-15 | PEAR_INSTALL_DIR constant might be empty | |
| #4755 | Closed | Bug | 2005-07-05 | $barcodepath not found in Image/Barcode.php | |
| #6552 | Bogus | Bug | 2006-01-22 | Code39 not working | |
| #6637 | Closed | Bug | 1.0.4 | 2006-01-31 | error don't declare |
| #7693 | Closed | Bug | 1.0.4 | 2006-05-22 | Wrong include path |
| #7851 | Closed | Req | 1.0.4 | 2006-06-09 | Needs flag to supress headers or an option to redirect output to a variable. |
| #8301 | Closed | Bug | 1.0.4 | 2006-07-26 | Not compatible with Safe Mode |
| #8813 | Closed | Req | 1.0.4 | 2006-09-29 | image can't be saved to filesystem |
| #10594 | Wont fix | Req | 1.1.0 | 2007-04-02 | $bSendToBrowser - "Only variable references should be returned by reference" |
| #13792 | Duplicate | Bug | 1.1.0 | 2008-04-28 | Some numbers produce malformed "UPC A" barcodes |
| #13793 | Duplicate | Bug | 1.1.0 | 2008-04-28 | Some numbers produce malformed "UPC A" barcodes |
| #13794 | Closed | Bug | 1.1.0 | 2008-04-28 | Some numbers produce malformed "UPC A" barcodes |
| #14481 | Bogus | Bug | 1.1.0 | 2008-08-09 | About Image/Barcode/Code39.php |
| #17353 | Closed | Bug | 1.1.0 | 2010-04-28 | GD Image font functions given string parameters where integers expected |
| #17531 | Wont fix | Bug | 1.1.0 | 2010-06-28 | Deprecated code |
| #17532 | Closed | Req | SVN | 2010-06-29 | Improve coding style |
| #18369 | Closed | Req | 1.1.1 | 2011-03-17 | Allow user to select barcode image size |
| #18376 | Closed | Bug | 1.1.1 | 2011-03-18 | EAN13 code does not correctly calculate image width |
| #18377 | Closed | Req | 1.1.1 | 2011-03-18 | Adding EAN8 support (patch attached) |
| #19345 | Closed | Bug | 1.1.2 | 2012-03-23 | Excess archive |