Results 4 comments of Samy

You can add this button some where and it will do the trick for you `Toggle All`

This is really sad, since this Impacts all of us, I've decided to build a website that collects the API from this repository and other similar repositories on Github and...

Hi Casper, When I try 6 digits barcode it is not readable on any software scanner. Here is an example. ![123456 Barcode](https://i.imgur.com/BGNR5UO.png) Other alternatives will not allow less than 7...

Sure ``` $generator = new BarcodeGeneratorPNG(); $color = [0,0,0]; $code = "0123456"; $img_str = $generator->getBarcode($code, $generator::TYPE_UPC_E,2, 90, $color); echo ''; ```