|
15 | 15 | }(this, function () {
|
16 | 16 |
|
17 | 17 | return {
|
18 |
| - "version": "11.30.0", |
| 18 | + "version": "11.31.0", |
19 | 19 | "parameters": {
|
20 | 20 | "ar": {
|
21 | 21 | "display_name": "aspect ratio",
|
@@ -2233,6 +2233,27 @@ return {
|
2233 | 2233 | "url": "https://docs.imgix.com/apis/rendering/format/jpg-progressive",
|
2234 | 2234 | "short_description": "Specifies whether or not a jpg/jpeg uses progressive (true) or baseline (false)"
|
2235 | 2235 | },
|
| 2236 | + "license-plate-blur": { |
| 2237 | + "display_name": "license plate blur", |
| 2238 | + "category": "license-plate-detection", |
| 2239 | + "available_in": [ |
| 2240 | + "url", |
| 2241 | + "graph", |
| 2242 | + "output" |
| 2243 | + ], |
| 2244 | + "expects": [ |
| 2245 | + { |
| 2246 | + "type": "integer", |
| 2247 | + "strict_range": { |
| 2248 | + "min": 0, |
| 2249 | + "max": 100 |
| 2250 | + } |
| 2251 | + } |
| 2252 | + ], |
| 2253 | + "default": 0, |
| 2254 | + "url": "https://docs.imgix.com/apis/rendering/license-plate-detection/license-plate-blur", |
| 2255 | + "short_description": "Specifies the amount of blur to apply to detected license plates. Defaults to 0." |
| 2256 | + }, |
2236 | 2257 | "loop": {
|
2237 | 2258 | "display_name": "animation loop count",
|
2238 | 2259 | "category": "animation",
|
@@ -2857,9 +2878,43 @@ return {
|
2857 | 2878 | "url": "https://docs.imgix.com/apis/rendering/noise-reduction/noise-reduction-sharpen",
|
2858 | 2879 | "short_description": "Provides a threshold by which to sharpen an image."
|
2859 | 2880 | },
|
| 2881 | + "object-removal-negative-prompt": { |
| 2882 | + "display_name": "object removal negative prompt", |
| 2883 | + "category": "object-manipulation", |
| 2884 | + "available_in": [ |
| 2885 | + "url" |
| 2886 | + ], |
| 2887 | + "expects": [ |
| 2888 | + { |
| 2889 | + "type": "string" |
| 2890 | + } |
| 2891 | + ], |
| 2892 | + "depends": [ |
| 2893 | + "object-removal-rect" |
| 2894 | + ], |
| 2895 | + "url": "https://docs.imgix.com/apis/rendering/object-manipulation/object-removal-negative-prompt", |
| 2896 | + "short_description": "Provides a negative text suggestion to object-removal-prompt. Used to reduce the probability of a subject, detail, or object appearing in generative output." |
| 2897 | + }, |
| 2898 | + "object-removal-prompt": { |
| 2899 | + "display_name": "object removal prompt", |
| 2900 | + "category": "object-manipulation", |
| 2901 | + "available_in": [ |
| 2902 | + "url" |
| 2903 | + ], |
| 2904 | + "expects": [ |
| 2905 | + { |
| 2906 | + "type": "string" |
| 2907 | + } |
| 2908 | + ], |
| 2909 | + "depends": [ |
| 2910 | + "object-removal-rect" |
| 2911 | + ], |
| 2912 | + "url": "https://docs.imgix.com/apis/rendering/object-manipulation/object-removal-prompt", |
| 2913 | + "short_description": "Suggest auto generative fill for the object-removal-rect parameter" |
| 2914 | + }, |
2860 | 2915 | "object-removal-rect": {
|
2861 | 2916 | "display_name": "object removal",
|
2862 |
| - "category": "size", |
| 2917 | + "category": "object-manipulation", |
2863 | 2918 | "available_in": [
|
2864 | 2919 | "url",
|
2865 | 2920 | "graph"
|
@@ -2902,9 +2957,27 @@ return {
|
2902 | 2957 | "length": 4
|
2903 | 2958 | }
|
2904 | 2959 | ],
|
2905 |
| - "url": "https://docs.imgix.com/apis/rendering/object-removal", |
| 2960 | + "url": "https://docs.imgix.com/apis/rendering/object-manipulation/object-removal", |
2906 | 2961 | "short_description": "Using a specified rectangle, an object is removed from the image"
|
2907 | 2962 | },
|
| 2963 | + "object-removal-seed": { |
| 2964 | + "display_name": "object removal seed", |
| 2965 | + "category": "object-manipulation", |
| 2966 | + "available_in": [ |
| 2967 | + "url" |
| 2968 | + ], |
| 2969 | + "expects": [ |
| 2970 | + { |
| 2971 | + "type": "integer" |
| 2972 | + } |
| 2973 | + ], |
| 2974 | + "depends": [ |
| 2975 | + "object-removal-rect", |
| 2976 | + "object-removal-prompt" |
| 2977 | + ], |
| 2978 | + "url": "https://docs.imgix.com/apis/rendering/object-manipulation/object-removal-seed", |
| 2979 | + "short_description": "Sets the generative seed value for object-removal. Used to generate new outputs from the same prompt" |
| 2980 | + }, |
2908 | 2981 | "orient": {
|
2909 | 2982 | "display_name": "orientation",
|
2910 | 2983 | "category": "rotation",
|
@@ -4239,6 +4312,7 @@ return {
|
4239 | 4312 | "mask",
|
4240 | 4313 | "misc",
|
4241 | 4314 | "noise-reduction",
|
| 4315 | + "object-manipulation", |
4242 | 4316 | "pdf",
|
4243 | 4317 | "pixel-density",
|
4244 | 4318 | "rotation",
|
|
0 commit comments