Built-In-Output-QRGdImage.md.txt 1.1 KB

1234567891011121314151617181920212223242526272829
  1. # QRGdImage
  2. [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)
  3. ## Options that affect this module
  4. | property | type |
  5. |--------------------------------|----------------|
  6. | `$returnResource` | `bool` |
  7. | `$imageBase64` | `bool` |
  8. | `$bgColor` | `mixed` |
  9. | `$drawLightModules` | `bool` |
  10. | `$drawCircularModules` | `bool` |
  11. | `$circleRadius` | `float` |
  12. | `$keepAsSquare` | `array` |
  13. | `$scale` | `int` |
  14. | `$imageTransparent` | `bool` |
  15. | `$transparencyColor` | `mixed` |
  16. | `$pngCompression` | `int` |
  17. | `$jpegQuality` | `int` |
  18. ### Options that have no effect
  19. | property | reason |
  20. |--------------------------------|--------|
  21. | `$connectPaths` | N/A |
  22. | `$excludeFromConnect` | N/A |