Skip to content

Commit

Permalink
Added GD and Imagick to the Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
casperbakker authored May 8, 2017
1 parent 5903706 commit 7d90abc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Install through [composer](https://getcomposer.org/doc/00-intro.md):
composer require picqer/php-barcode-generator
```

If you want to generate PNG or JPG images, you need the GD library or Imagick installed on your system as well.

## Usage
Initiate the barcode generator for the output you want, then call the ->getBarcode() routine as many times as you want.

Expand Down

0 comments on commit 7d90abc

Please sign in to comment.