Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It will be uesful to openly get a Matrix array #121

Closed
dubiao opened this issue Nov 27, 2018 · 0 comments
Closed

It will be uesful to openly get a Matrix array #121

dubiao opened this issue Nov 27, 2018 · 0 comments

Comments

@dubiao
Copy link
Contributor

dubiao commented Nov 27, 2018

Open a Matrix interface allows users to make some stuff by themselves.
e.g. draw some round rect qr-code or store them to disk with a low space cost. etc..

protected BitMatrix createMatrix(String text) throws WriterException {

Change above code line to :

*public* BitMatrix createMatrix(String text) throws WriterException {
dubiao added a commit to dubiao/QRGen that referenced this issue Nov 27, 2018
kenglxn#121 
Make `createMatrix` public to make more possibilities
@dubiao dubiao closed this as completed Jun 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant