Closed hitzhangjie closed 4 years ago
Can you please add an example about encoder usage? How to save data on image?
@angelogeminiani I add a generating barcode example in README.md.
*BitMatrix
generated by the gozxing.Writer.Encode()
implements the image.Image
interface.
So, you can save to a image file by the Go's standard way.
What type of barcode example do you need? An example of a QR code decoder can be found in README.md.