mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-21 03:40:30 +00:00
1.8 KiB
1.8 KiB
QRImagick
Class QRImagick: ImageMagick output, multiple supported image formats
Please follow the installation guides for your operating system:
- ImageMagick: imagemagick.org/script/download.php
- PHP
ext-imagick: github.com/Imagick/imagick (Windows downloads) - PHP Imagick by Example (github.com/Imagick/ImagickDemos)
Options that affect this module
| property | type |
|---|---|
$returnResource |
bool |
$imageBase64 |
bool |
$bgColor |
mixed |
$drawLightModules |
bool |
$drawCircularModules |
bool |
$circleRadius |
float |
$keepAsSquare |
array |
$scale |
int |
$imageTransparent |
bool |
$transparencyColor |
mixed |
$imagickFormat |
string |
Options that have no effect
| property | reason |
|---|---|
$connectPaths |
N/A |
$excludeFromConnect |
N/A |
$pngCompression |
GdImage exclusive |
$jpegQuality |
GdImage exclusive |