You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,10 @@ If you want to generate PNG or JPG images, you need the GD library or Imagick in
23
23
## Usage
24
24
You want a barcode for a specific "type" (for example Code 128 or UPC) in a specific image format (for example PNG or SVG).
25
25
26
-
> The "type" is a standard that defines which characters you can encode and which bars represent which character. The most used types are [code 128](https://en.wikipedia.org/wiki/Code_128) and [EAN/UPC](https://en.wikipedia.org/wiki/International_Article_Number). Not all characters can be encoded into each barcode type, and not all barcode scanners can read all types.
26
+
- First, encode the string you want the barcode of into a `Barcode` object with one of the barcode types.
27
+
- Then, use one of the renderers to render the image of the bars in the `Barcode` object.
27
28
28
-
First, encode the string you want the barcode of into a `Barcode` object with one of the barcode types.
29
-
Then, use one of the renderers to render the image of the bars in the `Barcode` object.
29
+
> The "type" is a standard that defines which characters you can encode and which bars represent which character. The most used types are [code 128](https://en.wikipedia.org/wiki/Code_128) and [EAN/UPC](https://en.wikipedia.org/wiki/International_Article_Number). Not all characters can be encoded into each barcode type, and not all barcode scanners can read all types.
0 commit comments