|
15 | 15 | }(this, function () {
|
16 | 16 |
|
17 | 17 | return {
|
18 |
| - "version": "11.33.0", |
| 18 | + "version": "11.34.0", |
19 | 19 | "parameters": {
|
20 | 20 | "ar": {
|
21 | 21 | "display_name": "aspect ratio",
|
@@ -119,6 +119,29 @@ return {
|
119 | 119 | "url": "https://docs.imgix.com/apis/rendering/background/background-removal-semi-transparency",
|
120 | 120 | "short_description": "Enables background removal while retaining semi-transparent areas."
|
121 | 121 | },
|
| 122 | + "bg-remove-transparency-threshold": { |
| 123 | + "display_name": "background transparency threshold", |
| 124 | + "category": "background", |
| 125 | + "available_in": [ |
| 126 | + "url", |
| 127 | + "graph", |
| 128 | + "output" |
| 129 | + ], |
| 130 | + "expects": [ |
| 131 | + { |
| 132 | + "type": "unit_scalar", |
| 133 | + "unit": "ratio", |
| 134 | + "min": 0, |
| 135 | + "max": 1 |
| 136 | + } |
| 137 | + ], |
| 138 | + "aliases": [ |
| 139 | + "bg-remove-transparency-threshold" |
| 140 | + ], |
| 141 | + "default": 0.2, |
| 142 | + "url": "https://docs.imgix.com/apis/rendering/background/bg-remove-transparency-threshold", |
| 143 | + "short_description": "Sets the threshold for background removal based on transparency. Transparency in an image below or equal to the threshold will skip the entire background removal process" |
| 144 | + }, |
122 | 145 | "bg-remove": {
|
123 | 146 | "display_name": "background removal",
|
124 | 147 | "category": "background",
|
@@ -4329,6 +4352,7 @@ return {
|
4329 | 4352 | },
|
4330 | 4353 | "aliases": {
|
4331 | 4354 | "background-removal-semi-transparency": "bg-remove-semi-transparency",
|
| 4355 | + "bg-remove-transparency-threshold": "bg-remove-transparency-threshold", |
4332 | 4356 | "background-remove": "bg-remove",
|
4333 | 4357 | "background-replace-negative-prompt": "bg-replace-neg-prompt",
|
4334 | 4358 | "background-replace": "bg-replace",
|
|
0 commit comments