You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: examples/spring-web/src/main/kotlin/io/github/g0dkar/qrcode/springWebExample/QRCodeController.kt
+1-2
Original file line number
Diff line number
Diff line change
@@ -26,8 +26,7 @@ class QRCodeController(
26
26
* @param shape Shape of each element of the QRCode. Default: `square`. See [QRCodeShapesEnum].
27
27
* @param spacing How many pixels between each cell. Default: 1 for `square`, 5% of the radius for the others.
28
28
* @param ecl Error Correction Level. Default: `medium`. See [ErrorCorrectionLevel].
29
-
* @param informationDensity **GET param: `id`** - Information Density. Higher values means you can encode more data. Default: minimum of 6, actual value is computed from data + ecl.
30
-
* @param forceInformationDensity **GET param: `fid`** - Force the use of the Information Density parameter. Default: `false`, meaning that the `id` parameter will be used as the minimum information density level.
29
+
* @param informationDensity **GET param: `id`** - Information Density. Higher values means you can encode more data. Default: 0 (meaning the actual value is computed from data + ecl by the library itself).
31
30
* @param fileName File name to use for the downloaded file (applicable only for Web Browsers). Default: `qrcode` (which means the file will be called `qrcode.png`)
0 commit comments