Built-In-Output-QREps.md.txt 983 B

1234567891011121314151617181920212223242526
  1. # QREps
  2. [Class `QREps`](https://github.com/chillerlan/php-qrcode/blob/main/src/Output/QREps.php): [Encapsulated Postscript](https://en.wikipedia.org/wiki/Encapsulated_PostScript) (EPS) output
  3. ## Options that affect this module
  4. | property | type |
  5. |--------------------------------|----------------|
  6. | `$drawLightModules` | `bool` |
  7. | `$connectPaths` | `bool` |
  8. | `$excludeFromConnect` | `array` |
  9. | `$scale` | `int` |
  10. ### Options that have no effect
  11. | property | reason |
  12. |------------------------|-----------------|
  13. | `$returnResource` | N/A |
  14. | `$imageBase64` | N/A |
  15. | `$bgColor` | not implemented |
  16. | `$drawCircularModules` | not implemented |
  17. | `$circleRadius` | not implemented |
  18. | `$keepAsSquare` | not implemented |
  19. | `$imageTransparent` | N/A |