Image_Barcode2 pear.php.net Barcode generation With Image_Barcode2 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. Marcelo Subtil Marcal msmarcal msmarcal@php.net no Daniel O'Connor doconnor clockwerx@php.net yes Pavel Dyakonov gemorroj gemorroj@php.net yes 2013-02-25 0.2.3 0.2.3 beta beta PHP License Bug #19835 Fixed package 5.0.1 1.5.6 gd 1.0.2 1.0.2 stable stable 2005-05-24 PHP License - Added UPC-A barcode rendering (thanks to Jeffrey K. Brown) 1.0.3 1.0.3 stable stable 2005-05-30 PHP License - Added Code128 barcode rendering (thanks to Jeffrey K. Brown) 1.0.4 1.0.4 stable stable 2005-06-03 PHP License - Added PostNet barcode rendering (thanks to Josef "Jeff" Sipek) 1.1.0 1.1.0 stable stable 2006-12-13 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 filesystem Image_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.1.1 1.1.0 stable stable 2010-10-25 PHP License QA release Bug #13794 Some numbers produce malformed "UPC A" barcodes 0.1.0 0.1.0 stable stable 2011-12-10 PHP License QA release Bug #13794 Some numbers produce malformed "UPC A" barcodes 0.2.0 0.2.0 alpha alpha 2012-03-06 PHP License Add an adapater PHPCS Introduce accessors Increased use of Image_Barcode2_Exception 0.2.1 0.2.1 beta beta 2012-04-15 PHP License Fixes on rendering PostNet, EAN 8 and EAN 13 barcodes. Renamed package files. This fixes Code39 on *nix platforms. Updated barcode validators. Updated examples. PHPCS 0.2.3 0.2.3 beta beta 2013-02-25 PHP License Bug #19835 Fixed package