Skip to content

Commit 6585470

Browse files
authored
Merge pull request #48 from imgix/SUPPORT-1206_Updates_for_object_manipulation
[SUPPORT-1206] Updates_for_object_manipulation
2 parents d44d9ac + 590f6d1 commit 6585470

File tree

4 files changed

+156
-8
lines changed

4 files changed

+156
-8
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "imgix-url-params",
3-
"version": "11.30.0",
3+
"version": "11.31.0",
44
"homepage": "https://github.com/imgix/imgix-url-params",
55
"authors": ["Jason Eberle <[email protected]>"],
66
"description": "Organized, machine-friendly documentation of imgix's URL parameters",

dist/parameters.js

Lines changed: 77 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}(this, function () {
1616

1717
return {
18-
"version": "11.30.0",
18+
"version": "11.31.0",
1919
"parameters": {
2020
"ar": {
2121
"display_name": "aspect ratio",
@@ -2233,6 +2233,27 @@ return {
22332233
"url": "https://docs.imgix.com/apis/rendering/format/jpg-progressive",
22342234
"short_description": "Specifies whether or not a jpg/jpeg uses progressive (true) or baseline (false)"
22352235
},
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+
},
22362257
"loop": {
22372258
"display_name": "animation loop count",
22382259
"category": "animation",
@@ -2857,9 +2878,43 @@ return {
28572878
"url": "https://docs.imgix.com/apis/rendering/noise-reduction/noise-reduction-sharpen",
28582879
"short_description": "Provides a threshold by which to sharpen an image."
28592880
},
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+
},
28602915
"object-removal-rect": {
28612916
"display_name": "object removal",
2862-
"category": "size",
2917+
"category": "object-manipulation",
28632918
"available_in": [
28642919
"url",
28652920
"graph"
@@ -2902,9 +2957,27 @@ return {
29022957
"length": 4
29032958
}
29042959
],
2905-
"url": "https://docs.imgix.com/apis/rendering/object-removal",
2960+
"url": "https://docs.imgix.com/apis/rendering/object-manipulation/object-removal",
29062961
"short_description": "Using a specified rectangle, an object is removed from the image"
29072962
},
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+
},
29082981
"orient": {
29092982
"display_name": "orientation",
29102983
"category": "rotation",
@@ -4239,6 +4312,7 @@ return {
42394312
"mask",
42404313
"misc",
42414314
"noise-reduction",
4315+
"object-manipulation",
42424316
"pdf",
42434317
"pixel-density",
42444318
"rotation",

dist/parameters.json

Lines changed: 77 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.30.0",
2+
"version": "11.31.0",
33
"parameters": {
44
"ar": {
55
"display_name": "aspect ratio",
@@ -2217,6 +2217,27 @@
22172217
"url": "https://docs.imgix.com/apis/rendering/format/jpg-progressive",
22182218
"short_description": "Specifies whether or not a jpg/jpeg uses progressive (true) or baseline (false)"
22192219
},
2220+
"license-plate-blur": {
2221+
"display_name": "license plate blur",
2222+
"category": "license-plate-detection",
2223+
"available_in": [
2224+
"url",
2225+
"graph",
2226+
"output"
2227+
],
2228+
"expects": [
2229+
{
2230+
"type": "integer",
2231+
"strict_range": {
2232+
"min": 0,
2233+
"max": 100
2234+
}
2235+
}
2236+
],
2237+
"default": 0,
2238+
"url": "https://docs.imgix.com/apis/rendering/license-plate-detection/license-plate-blur",
2239+
"short_description": "Specifies the amount of blur to apply to detected license plates. Defaults to 0."
2240+
},
22202241
"loop": {
22212242
"display_name": "animation loop count",
22222243
"category": "animation",
@@ -2841,9 +2862,43 @@
28412862
"url": "https://docs.imgix.com/apis/rendering/noise-reduction/noise-reduction-sharpen",
28422863
"short_description": "Provides a threshold by which to sharpen an image."
28432864
},
2865+
"object-removal-negative-prompt": {
2866+
"display_name": "object removal negative prompt",
2867+
"category": "object-manipulation",
2868+
"available_in": [
2869+
"url"
2870+
],
2871+
"expects": [
2872+
{
2873+
"type": "string"
2874+
}
2875+
],
2876+
"depends": [
2877+
"object-removal-rect"
2878+
],
2879+
"url": "https://docs.imgix.com/apis/rendering/object-manipulation/object-removal-negative-prompt",
2880+
"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."
2881+
},
2882+
"object-removal-prompt": {
2883+
"display_name": "object removal prompt",
2884+
"category": "object-manipulation",
2885+
"available_in": [
2886+
"url"
2887+
],
2888+
"expects": [
2889+
{
2890+
"type": "string"
2891+
}
2892+
],
2893+
"depends": [
2894+
"object-removal-rect"
2895+
],
2896+
"url": "https://docs.imgix.com/apis/rendering/object-manipulation/object-removal-prompt",
2897+
"short_description": "Suggest auto generative fill for the object-removal-rect parameter"
2898+
},
28442899
"object-removal-rect": {
28452900
"display_name": "object removal",
2846-
"category": "size",
2901+
"category": "object-manipulation",
28472902
"available_in": [
28482903
"url",
28492904
"graph"
@@ -2886,9 +2941,27 @@
28862941
"length": 4
28872942
}
28882943
],
2889-
"url": "https://docs.imgix.com/apis/rendering/object-removal",
2944+
"url": "https://docs.imgix.com/apis/rendering/object-manipulation/object-removal",
28902945
"short_description": "Using a specified rectangle, an object is removed from the image"
28912946
},
2947+
"object-removal-seed": {
2948+
"display_name": "object removal seed",
2949+
"category": "object-manipulation",
2950+
"available_in": [
2951+
"url"
2952+
],
2953+
"expects": [
2954+
{
2955+
"type": "integer"
2956+
}
2957+
],
2958+
"depends": [
2959+
"object-removal-rect",
2960+
"object-removal-prompt"
2961+
],
2962+
"url": "https://docs.imgix.com/apis/rendering/object-manipulation/object-removal-seed",
2963+
"short_description": "Sets the generative seed value for object-removal. Used to generate new outputs from the same prompt"
2964+
},
28922965
"orient": {
28932966
"display_name": "orientation",
28942967
"category": "rotation",
@@ -4223,6 +4296,7 @@
42234296
"mask",
42244297
"misc",
42254298
"noise-reduction",
4299+
"object-manipulation",
42264300
"pdf",
42274301
"pixel-density",
42284302
"rotation",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "imgix-url-params",
3-
"version": "11.30.0",
3+
"version": "11.31.0",
44
"description": "Organized, machine-friendly documentation of imgix's URL parameters",
55
"main": "dist/manifest.json",
66
"scripts": {

0 commit comments

Comments
 (0)