mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-24 14:17:50 +00:00
:octocat:
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# QREps
|
||||
|
||||
[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
|
||||
|
||||
|
||||
## Options that affect this module
|
||||
|
||||
| property | type |
|
||||
|--------------------------------|----------------|
|
||||
| `$drawLightModules` | `bool` |
|
||||
| `$connectPaths` | `bool` |
|
||||
| `$excludeFromConnect` | `array` |
|
||||
| `$scale` | `int` |
|
||||
|
||||
|
||||
### Options that have no effect
|
||||
|
||||
| property | reason |
|
||||
|------------------------|-----------------|
|
||||
| `$returnResource` | N/A |
|
||||
| `$imageBase64` | N/A |
|
||||
| `$bgColor` | not implemented |
|
||||
| `$drawCircularModules` | not implemented |
|
||||
| `$circleRadius` | not implemented |
|
||||
| `$keepAsSquare` | not implemented |
|
||||
| `$imageTransparent` | N/A |
|
||||
Reference in New Issue
Block a user