diff --git a/bower.json b/bower.json index c042bd9..bc9b771 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "imgix-url-params", - "version": "11.23.0", + "version": "11.24.0", "homepage": "https://github.com/imgix/imgix-url-params", "authors": ["Jason Eberle "], "description": "Organized, machine-friendly documentation of imgix's URL parameters", diff --git a/dist/parameters.js b/dist/parameters.js index 0170dde..258e281 100644 --- a/dist/parameters.js +++ b/dist/parameters.js @@ -15,7 +15,7 @@ }(this, function () { return { - "version": "11.23.0", + "version": "11.24.0", "parameters": { "ar": { "display_name": "aspect ratio", @@ -1167,6 +1167,49 @@ return { "url": "https://docs.imgix.com/apis/url/expires", "short_description": "A Unix timestamp specifying a UTC time. Requests made to this URL after that time will output a 404 status code." }, + "face-blur": { + "display_name": "face blur", + "category": "face-detection", + "available_in": [ + "url", + "graph", + "output" + ], + "expects": [ + { + "type": "integer", + "strict_range": { + "min": 0, + "max": 100 + } + } + ], + "default": 0, + "short_description": "Specifies the amount of blur to apply to detected faces. Defaults to 0." + }, + "face-pixel": { + "display_name": "face pixelation", + "category": "face-detection", + "available_in": [ + "url", + "graph", + "output" + ], + "expects": [ + { + "type": "integer", + "strict_range": { + "min": 0, + "max": 100 + } + } + ], + "default": 0, + "aliases": [ + "face-pixelate" + ], + "short_description": "Specifies the pixelation amount of the face." + }, "faceindex": { "display_name": "face index", "category": "face-detection", @@ -3890,6 +3933,7 @@ return { "blendy": "blend-y", "by": "blend-y", "b": "blend", + "face-pixelate": "face-pixel", "fillcolor": "fill-color", "fill-generative-fallback": "fill-gen-fallback", "fill-generative-negative-prompt": "fill-gen-neg-prompt", diff --git a/dist/parameters.json b/dist/parameters.json index 46f7421..b3bbba8 100644 --- a/dist/parameters.json +++ b/dist/parameters.json @@ -1,5 +1,5 @@ { - "version": "11.23.0", + "version": "11.24.0", "parameters": { "ar": { "display_name": "aspect ratio", @@ -1151,6 +1151,49 @@ "url": "https://docs.imgix.com/apis/url/expires", "short_description": "A Unix timestamp specifying a UTC time. Requests made to this URL after that time will output a 404 status code." }, + "face-blur": { + "display_name": "face blur", + "category": "face-detection", + "available_in": [ + "url", + "graph", + "output" + ], + "expects": [ + { + "type": "integer", + "strict_range": { + "min": 0, + "max": 100 + } + } + ], + "default": 0, + "short_description": "Specifies the amount of blur to apply to detected faces. Defaults to 0." + }, + "face-pixel": { + "display_name": "face pixelation", + "category": "face-detection", + "available_in": [ + "url", + "graph", + "output" + ], + "expects": [ + { + "type": "integer", + "strict_range": { + "min": 0, + "max": 100 + } + } + ], + "default": 0, + "aliases": [ + "face-pixelate" + ], + "short_description": "Specifies the pixelation amount of the face." + }, "faceindex": { "display_name": "face index", "category": "face-detection", @@ -3874,6 +3917,7 @@ "blendy": "blend-y", "by": "blend-y", "b": "blend", + "face-pixelate": "face-pixel", "fillcolor": "fill-color", "fill-generative-fallback": "fill-gen-fallback", "fill-generative-negative-prompt": "fill-gen-neg-prompt", diff --git a/package.json b/package.json index 41c4381..bc9e456 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "imgix-url-params", - "version": "11.23.0", + "version": "11.24.0", "description": "Organized, machine-friendly documentation of imgix's URL parameters", "main": "dist/manifest.json", "scripts": {