mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-31 12:38:22 +00:00
:octocat: use the same settings as the SVG "melt" example for direct comparison
This commit is contained in:
@@ -135,12 +135,15 @@ class QRGdRounded extends QRGdImage{
|
||||
// --------------------
|
||||
|
||||
$options = new QROptions([
|
||||
'outputType' => QROutputInterface::CUSTOM,
|
||||
'outputInterface' => QRGdRounded::class,
|
||||
'eccLevel' => EccLevel::M,
|
||||
'imageTransparent' => false,
|
||||
'outputBase64' => false,
|
||||
'scale' => 30,
|
||||
'version' => 7,
|
||||
'eccLevel' => EccLevel::H,
|
||||
'outputType' => QROutputInterface::CUSTOM,
|
||||
'outputInterface' => QRGdRounded::class,
|
||||
'outputBase64' => false,
|
||||
'scale' => 30,
|
||||
'addLogoSpace' => true,
|
||||
'logoSpaceWidth' => 13,
|
||||
'logoSpaceHeight' => 13,
|
||||
]);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user