brewerwall / php-barcode-generator

This is an easy to use, non-bloated, framework independent, barcode generator in PHP. An updated version of `picqer/php-barcode-generator`
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Allow floats for widths and heights #25

Open robertmylne opened 4 years ago

robertmylne commented 4 years ago

public function generate(string $code, int $widthFactor = 2, int $totalHeight = 30, $color = '#000000')

Can this interface please be updated to allow floats so I can do small barcodes.

griffithben commented 4 years ago

@robertmylne Wow, I am so sorry for missing this. Would you be willing to submit a PR with the changes you are wanting to do?