Skip to content

Commit 7d90abc

Browse files
authored
Added GD and Imagick to the Readme
1 parent 5903706 commit 7d90abc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Install through [composer](https://getcomposer.org/doc/00-intro.md):
1212
composer require picqer/php-barcode-generator
1313
```
1414

15+
If you want to generate PNG or JPG images, you need the GD library or Imagick installed on your system as well.
16+
1517
## Usage
1618
Initiate the barcode generator for the output you want, then call the ->getBarcode() routine as many times as you want.
1719

0 commit comments

Comments
 (0)