Skip to content

Commit

Permalink
Merge branch 'master' of github.com:barnhill/barcodelib
Browse files Browse the repository at this point in the history
  • Loading branch information
barnhill committed Apr 16, 2018
2 parents b5d2d72 + 30cbc4e commit 2f369a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ If you decide to create an instance with parameters, the parameters are as follo
### Example ###
```
BarcodeLib.Barcode b = new BarcodeLib.Barcode();
Image img = b.Encode(BarcodeLib.TYPE.UPCA, "038000356216", Color.Black, Color.White, 100, 25);
Image img = b.Encode(BarcodeLib.TYPE.UPCA, "038000356216", Color.Black, Color.White, 290, 120);
```

![Alt text](BarcodeLib/examples/upca.gif?raw=true "UPC-A")

### Copyright and license ###

Copyright 2007-2017 Brad Barnhill. Code released under the [Apache License, Version 2.0](https://github.com/bbarnhill/barcodelib/blob/master/LICENSE).

0 comments on commit 2f369a7

Please sign in to comment.