We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the sample_image.php demo I can see how to create an image - but how do I change the size of that created image?
sample_image.php
The text was updated successfully, but these errors were encountered:
Hi,
$im = $qr->createImage(2, 4);
The first argument of createImage is a size of module in pixel.
thank you.
Sorry, something went wrong.
And second parameter "4" is margin of image.
You have this table from js readme:
createDataURL(cellSize, margin) => string createImgTag(cellSize, margin, alt) => string createSvgTag(cellSize, margin) => string createTableTag(cellSize, margin) => string createASCII(cellSize, margin) => string
No branches or pull requests
In the
sample_image.php
demo I can see how to create an image - but how do I change the size of that created image?The text was updated successfully, but these errors were encountered: