mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-23 02:34:57 +00:00
:octocat:
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# QRGdImage
|
||||
|
||||
[Class `QRGdImage`](https://github.com/chillerlan/php-qrcode/blob/main/src/Output/QRGdImage.php): [GdImage](https://www.php.net/manual/book.image) raster graphic output (GIF, JPG, PNG)
|
||||
|
||||
|
||||
## 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` |
|
||||
| `$pngCompression` | `int` |
|
||||
| `$jpegQuality` | `int` |
|
||||
|
||||
|
||||
### Options that have no effect
|
||||
|
||||
| property | reason |
|
||||
|--------------------------------|--------|
|
||||
| `$connectPaths` | N/A |
|
||||
| `$excludeFromConnect` | N/A |
|
||||
Reference in New Issue
Block a user