diff --git a/bower.json b/bower.json index 04dcc7b..1725cdb 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "imgix-url-params", - "version": "11.0.0", + "version": "11.1.1", "homepage": "https://github.com/imgix/imgix-url-params", "authors": [ "Jason Eberle " diff --git a/dist/parameters.js b/dist/parameters.js index ac31e5a..d703c60 100644 --- a/dist/parameters.js +++ b/dist/parameters.js @@ -15,7 +15,7 @@ }(this, function () { return { - "version": "11.0.0", + "version": "11.1.1", "parameters": { "ar": { "display_name": "aspect ratio", @@ -58,7 +58,26 @@ return { "url": "https://docs.imgix.com/apis/url/auto", "short_description": "Applies automatic enhancements to images." }, - "ba": { + "bg": { + "display_name": "background color", + "category": "fill", + "available_in": [ + "url", + "graph" + ], + "expects": [ + { + "type": "hex_color" + }, + { + "type": "color_keyword" + } + ], + "default": "fff", + "url": "https://docs.imgix.com/apis/url/bg", + "short_description": "Colors the background of padded and partially-transparent images." + }, + "blend-align": { "display_name": "blend align", "category": "blending", "available_in": [ @@ -77,13 +96,17 @@ return { ] } ], + "aliases": [ + "blendalign", + "ba" + ], "depends": [ "blend" ], - "url": "https://docs.imgix.com/apis/url/blending/ba", + "url": "https://docs.imgix.com/apis/url/blending/blend-align", "short_description": "Changes the blend alignment relative to the parent image." }, - "balph": { + "blend-alpha": { "display_name": "blend alpha", "category": "blending", "available_in": [ @@ -98,14 +121,18 @@ return { } } ], + "aliases": [ + "blendalpha", + "balph" + ], "default": 100, "depends": [ "blend" ], - "url": "https://docs.imgix.com/apis/url/blending/balph", + "url": "https://docs.imgix.com/apis/url/blending/blend-alpha", "short_description": "Changes the alpha of the blend image." }, - "bc": { + "blend-crop": { "display_name": "blend crop", "category": "blending", "available_in": [ @@ -123,13 +150,17 @@ return { ] } ], + "aliases": [ + "blendcrop", + "bc" + ], "depends": [ "blend" ], - "url": "https://docs.imgix.com/apis/url/blending/bc", + "url": "https://docs.imgix.com/apis/url/blending/blend-crop", "short_description": "Specifies the type of crop for blend images." }, - "bf": { + "blend-fit": { "display_name": "blend fit", "category": "blending", "available_in": [ @@ -147,34 +178,140 @@ return { ] } ], + "aliases": [ + "blendfit", + "bf" + ], "default": "clip", "depends": [ "blend" ], - "url": "https://docs.imgix.com/apis/url/blending/bf", + "url": "https://docs.imgix.com/apis/url/blending/blend-fit", "short_description": "Specifies the fit mode for blend images." }, - "bg": { - "display_name": "background color", - "category": "fill", + "blend-h": { + "display_name": "blend height", + "category": "blending", "available_in": [ - "url", - "graph" + "url" ], "expects": [ { - "type": "hex_color" + "type": "integer", + "strict_range": { + "min": 2, + "max": 8192 + } }, { - "type": "color_keyword" + "type": "unit_scalar", + "strict_range": { + "min": 0, + "max": 1 + } } ], - "default": "fff", - "url": "https://docs.imgix.com/apis/url/bg", - "short_description": "Colors the background of padded and partially-transparent images." + "aliases": [ + "blendh", + "bh" + ], + "depends": [ + "blend" + ], + "url": "https://docs.imgix.com/apis/url/blending/blend-h", + "short_description": "Adjusts the height of the blend image." }, - "bh": { - "display_name": "blend height", + "blend-mode": { + "display_name": "blend mode", + "category": "blending", + "available_in": [ + "url" + ], + "expects": [ + { + "type": "string", + "possible_values": [ + "color", + "burn", + "dodge", + "darken", + "difference", + "exclusion", + "hardlight", + "hue", + "lighten", + "luminosity", + "multiply", + "overlay", + "saturation", + "screen", + "softlight", + "normal" + ] + } + ], + "aliases": [ + "blendmode", + "bm" + ], + "default": "overlay", + "depends": [ + "blend" + ], + "url": "https://docs.imgix.com/apis/url/blending/blend-mode", + "short_description": "Sets the blend mode for a blend image." + }, + "blend-pad": { + "display_name": "blend padding", + "category": "blending", + "available_in": [ + "url" + ], + "expects": [ + { + "type": "integer", + "suggested_range": { + "min": 0 + } + } + ], + "aliases": [ + "blendpad", + "bp" + ], + "default": 0, + "depends": [ + "blend" + ], + "url": "https://docs.imgix.com/apis/url/blending/blend-pad", + "short_description": "Applies padding to the blend image." + }, + "blend-size": { + "display_name": "blend size", + "category": "blending", + "available_in": [ + "url" + ], + "expects": [ + { + "type": "string", + "possible_values": [ + "inherit" + ] + } + ], + "aliases": [ + "blendsize", + "bs" + ], + "depends": [ + "blend" + ], + "url": "https://docs.imgix.com/apis/url/blending/blend-size", + "short_description": "Adjusts the size of the blend image." + }, + "blend-w": { + "display_name": "blend width", "category": "blending", "available_in": [ "url" @@ -195,11 +332,65 @@ return { } } ], + "aliases": [ + "blendw", + "bw" + ], "depends": [ "blend" ], - "url": "https://docs.imgix.com/apis/url/blending/bh", - "short_description": "Adjusts the height of the blend image." + "url": "https://docs.imgix.com/apis/url/blending/blend-w", + "short_description": "Adjusts the width of the blend image." + }, + "blend-x": { + "display_name": "blend x position", + "category": "blending", + "available_in": [ + "url" + ], + "expects": [ + { + "type": "integer", + "suggested_range": { + "min": 0 + } + } + ], + "aliases": [ + "blendx", + "bx" + ], + "default": 0, + "depends": [ + "blend" + ], + "url": "https://docs.imgix.com/apis/url/blending/blend-x", + "short_description": "Adjusts the x-offset of the blend image relative to its parent." + }, + "blend-y": { + "display_name": "blend y position", + "category": "blending", + "available_in": [ + "url" + ], + "expects": [ + { + "type": "integer", + "suggested_range": { + "min": 0 + } + } + ], + "aliases": [ + "blendy", + "by" + ], + "default": 0, + "depends": [ + "blend" + ], + "url": "https://docs.imgix.com/apis/url/blending/blend-y", + "short_description": "Adjusts the y-offset of the blend image relative to its parent." }, "blend": { "display_name": "blend", @@ -221,6 +412,9 @@ return { "type": "path" } ], + "aliases": [ + "b" + ], "url": "https://docs.imgix.com/apis/url/blending/blend", "short_description": "Specifies the location of the blend image." }, @@ -244,42 +438,6 @@ return { "url": "https://docs.imgix.com/apis/url/stylize/blur", "short_description": "Applies a gaussian blur to an image." }, - "bm": { - "display_name": "blend mode", - "category": "blending", - "available_in": [ - "url" - ], - "expects": [ - { - "type": "string", - "possible_values": [ - "color", - "burn", - "dodge", - "darken", - "difference", - "exclusion", - "hardlight", - "hue", - "lighten", - "luminosity", - "multiply", - "overlay", - "saturation", - "screen", - "softlight", - "normal" - ] - } - ], - "default": "overlay", - "depends": [ - "blend" - ], - "url": "https://docs.imgix.com/apis/url/blending/bm", - "short_description": "Sets the blend mode for a blend image." - }, "border-radius-inner": { "display_name": "inner border radius", "category": "border-and-padding", @@ -427,27 +585,6 @@ return { "url": "https://docs.imgix.com/apis/url/border-and-padding/border", "short_description": "Applies a border to an image." }, - "bp": { - "display_name": "blend padding", - "category": "blending", - "available_in": [ - "url" - ], - "expects": [ - { - "type": "integer", - "suggested_range": { - "min": 0 - } - } - ], - "default": 0, - "depends": [ - "blend" - ], - "url": "https://docs.imgix.com/apis/url/blending/bp", - "short_description": "Applies padding to the blend image." - }, "bri": { "display_name": "brightness", "category": "adjustment", @@ -468,96 +605,6 @@ return { "url": "https://docs.imgix.com/apis/url/adjustment/bri", "short_description": "Adjusts the brightness of the source image." }, - "bs": { - "display_name": "blend size", - "category": "blending", - "available_in": [ - "url" - ], - "expects": [ - { - "type": "string", - "possible_values": [ - "inherit" - ] - } - ], - "depends": [ - "blend" - ], - "url": "https://docs.imgix.com/apis/url/blending/bs", - "short_description": "Adjusts the size of the blend image." - }, - "bw": { - "display_name": "blend width", - "category": "blending", - "available_in": [ - "url" - ], - "expects": [ - { - "type": "integer", - "strict_range": { - "min": 2, - "max": 8192 - } - }, - { - "type": "unit_scalar", - "strict_range": { - "min": 0, - "max": 1 - } - } - ], - "depends": [ - "blend" - ], - "url": "https://docs.imgix.com/apis/url/blending/bw", - "short_description": "Adjusts the width of the blend image." - }, - "bx": { - "display_name": "blend x position", - "category": "blending", - "available_in": [ - "url" - ], - "expects": [ - { - "type": "integer", - "suggested_range": { - "min": 0 - } - } - ], - "default": 0, - "depends": [ - "blend" - ], - "url": "https://docs.imgix.com/apis/url/blending/bx", - "short_description": "Adjusts the x-offset of the blend image relative to its parent." - }, - "by": { - "display_name": "blend y position", - "category": "blending", - "available_in": [ - "url" - ], - "expects": [ - { - "type": "integer", - "suggested_range": { - "min": 0 - } - } - ], - "default": 0, - "depends": [ - "blend" - ], - "url": "https://docs.imgix.com/apis/url/blending/by", - "short_description": "Adjusts the y-offset of the blend image relative to its parent." - }, "ch": { "display_name": "client hints", "category": "format", @@ -997,6 +1044,9 @@ return { "type": "color_keyword" } ], + "aliases": [ + "fillcolor" + ], "default": "fff", "depends": [ "fill=solid" @@ -1019,7 +1069,6 @@ return { ] } ], - "default": "solid", "depends": [ "fit" ], @@ -1316,6 +1365,9 @@ return { "type": "boolean" } ], + "aliases": [ + "inv" + ], "default": false, "url": "https://docs.imgix.com/apis/url/adjustment/invert", "short_description": "Inverts the colors on the source image." @@ -1341,27 +1393,7 @@ return { "url": "https://docs.imgix.com/apis/url/format/lossless", "short_description": "Specifies that the output image should be a lossless variant." }, - "mark": { - "display_name": "watermark image url", - "category": "watermark", - "available_in": [ - "url" - ], - "expects": [ - { - "type": "url" - }, - { - "type": "path" - } - ], - "aliases": [ - "m" - ], - "url": "https://docs.imgix.com/apis/url/watermark/mark", - "short_description": "Specifies the location of the watermark image." - }, - "markalign": { + "mark-align": { "display_name": "watermark alignment mode", "category": "watermark", "available_in": [ @@ -1381,15 +1413,16 @@ return { } ], "aliases": [ - "ma" + "ma", + "markalign" ], "depends": [ "mark" ], - "url": "https://docs.imgix.com/apis/url/watermark/markalign", + "url": "https://docs.imgix.com/apis/url/watermark/mark-align", "short_description": "Changes the watermark alignment relative to the parent image." }, - "markalpha": { + "mark-alpha": { "display_name": "watermark alpha", "category": "watermark", "available_in": [ @@ -1405,13 +1438,17 @@ return { } ], "default": 100, + "aliases": [ + "markalpha", + "malph" + ], "depends": [ "mark" ], - "url": "https://docs.imgix.com/apis/url/watermark/markalpha", + "url": "https://docs.imgix.com/apis/url/watermark/mark-alpha", "short_description": "Changes the alpha of the watermark image." }, - "markbase": { + "mark-base": { "display_name": "watermark base url", "category": "watermark", "available_in": [ @@ -1426,15 +1463,16 @@ return { } ], "aliases": [ - "mb" + "mb", + "markbase" ], "depends": [ "mark" ], - "url": "https://docs.imgix.com/apis/url/watermark/markbase", + "url": "https://docs.imgix.com/apis/url/watermark/mark-base", "short_description": "Changes base URL of the watermark image." }, - "markfit": { + "mark-fit": { "display_name": "watermark fit mode", "category": "watermark", "available_in": [ @@ -1454,17 +1492,18 @@ return { ], "default": "clip", "aliases": [ - "mf" + "mf", + "markfit" ], "depends": [ "mark", "markw", "markh" ], - "url": "https://docs.imgix.com/apis/url/watermark/markfit", + "url": "https://docs.imgix.com/apis/url/watermark/mark-fit", "short_description": "Specifies the fit mode for watermark images." }, - "markh": { + "mark-h": { "display_name": "watermark height", "category": "watermark", "available_in": [ @@ -1487,15 +1526,16 @@ return { } ], "aliases": [ - "mh" + "mh", + "markh" ], "depends": [ "mark" ], - "url": "https://docs.imgix.com/apis/url/watermark/markh", + "url": "https://docs.imgix.com/apis/url/watermark/mark-h", "short_description": "Adjusts the height of the watermark image." }, - "markpad": { + "mark-pad": { "display_name": "watermark padding", "category": "watermark", "available_in": [ @@ -1511,15 +1551,16 @@ return { ], "default": 10, "aliases": [ - "mp" + "mp", + "markpad" ], "depends": [ "mark" ], - "url": "https://docs.imgix.com/apis/url/watermark/markpad", + "url": "https://docs.imgix.com/apis/url/watermark/mark-pad", "short_description": "Applies padding to the watermark image." }, - "markscale": { + "mark-scale": { "display_name": "watermark scale", "category": "watermark", "available_in": [ @@ -1535,15 +1576,16 @@ return { } ], "aliases": [ - "ms" + "ms", + "markscale" ], "depends": [ "mark" ], - "url": "https://docs.imgix.com/apis/url/watermark/markscale", + "url": "https://docs.imgix.com/apis/url/watermark/mark-scale", "short_description": "Adjusts the scale of the watermark image." }, - "markw": { + "mark-w": { "display_name": "watermark width", "category": "watermark", "available_in": [ @@ -1566,15 +1608,16 @@ return { } ], "aliases": [ - "mw" + "mw", + "markw" ], "depends": [ "mark" ], - "url": "https://docs.imgix.com/apis/url/watermark/markw", + "url": "https://docs.imgix.com/apis/url/watermark/mark-w", "short_description": "Adjusts the width of the watermark image." }, - "markx": { + "mark-x": { "display_name": "watermark x position", "category": "watermark", "available_in": [ @@ -1589,15 +1632,16 @@ return { } ], "aliases": [ - "mx" + "mx", + "markx" ], "depends": [ "mark" ], - "url": "https://docs.imgix.com/apis/url/watermark/markx", + "url": "https://docs.imgix.com/apis/url/watermark/mark-x", "short_description": "Adjusts the x-offset of the watermark image relative to its parent." }, - "marky": { + "mark-y": { "display_name": "watermark y position", "category": "watermark", "available_in": [ @@ -1612,14 +1656,35 @@ return { } ], "aliases": [ - "my" + "my", + "marky" ], "depends": [ "mark" ], - "url": "https://docs.imgix.com/apis/url/watermark/marky", + "url": "https://docs.imgix.com/apis/url/watermark/mark-y", "short_description": "Adjusts the y-offset of the watermark image relative to its parent." }, + "mark": { + "display_name": "watermark image url", + "category": "watermark", + "available_in": [ + "url" + ], + "expects": [ + { + "type": "url" + }, + { + "type": "path" + } + ], + "aliases": [ + "m" + ], + "url": "https://docs.imgix.com/apis/url/watermark/mark", + "short_description": "Specifies the location of the watermark image." + }, "mask": { "display_name": "mask type", "category": "mask", @@ -1682,10 +1747,13 @@ return { } } ], + "aliases": [ + "max-height" + ], "depends": [ "fit=crop" ], - "url": "https://docs.imgix.com/apis/url/size/max-h", + "url": "https://docs.imgix.com/apis/url/size/max-height", "short_description": "Specifies the maximum height of the output image in pixels." }, "max-w": { @@ -1703,10 +1771,13 @@ return { } } ], + "aliases": [ + "max-width" + ], "depends": [ "fit=crop" ], - "url": "https://docs.imgix.com/apis/url/size/max-w", + "url": "https://docs.imgix.com/apis/url/size/max-width", "short_description": "Specifies the maximum width of the output image in pixels." }, "min-h": { @@ -1724,10 +1795,13 @@ return { } } ], + "aliases": [ + "min-height" + ], "depends": [ "fit=crop" ], - "url": "https://docs.imgix.com/apis/url/size/min-h", + "url": "https://docs.imgix.com/apis/url/size/min-height", "short_description": "Specifies the minimum height of the output image in pixels." }, "min-w": { @@ -1745,13 +1819,16 @@ return { } } ], + "aliases": [ + "min-width" + ], "depends": [ "fit=crop" ], - "url": "https://docs.imgix.com/apis/url/size/min-w", + "url": "https://docs.imgix.com/apis/url/size/min-width", "short_description": "Specifies the minimum width of the output image in pixels." }, - "mono": { + "monochrome": { "display_name": "monochrome", "category": "stylize", "available_in": [ @@ -1767,9 +1844,9 @@ return { } ], "aliases": [ - "monochrome" + "mono" ], - "url": "https://docs.imgix.com/apis/url/stylize/mono", + "url": "https://docs.imgix.com/apis/url/stylize/monochrome", "short_description": "Applies a monochrome effect to the source image." }, "nr": { @@ -1812,7 +1889,7 @@ return { "url": "https://docs.imgix.com/apis/url/noise-reduction/nrs", "short_description": "Provides a threshold by which to sharpen an image." }, - "or": { + "orient": { "display_name": "orientation", "category": "rotation", "available_in": [ @@ -1839,9 +1916,9 @@ return { } ], "aliases": [ - "orient" + "or" ], - "url": "https://docs.imgix.com/apis/url/rotation/or", + "url": "https://docs.imgix.com/apis/url/rotation/orient", "short_description": "Changes the image orientation." }, "pad": { @@ -2129,26 +2206,7 @@ return { "url": "https://docs.imgix.com/apis/url/adjustment/sharp", "short_description": "Adjusts the sharpness of the source image." }, - "trim": { - "display_name": "trim image", - "category": "trim", - "available_in": [ - "url", - "graph" - ], - "expects": [ - { - "type": "string", - "possible_values": [ - "auto", - "color" - ] - } - ], - "url": "https://docs.imgix.com/apis/url/trim/trim", - "short_description": "Trims the source image." - }, - "trimcolor": { + "trim-color": { "display_name": "trim color", "category": "trim", "available_in": [ @@ -2163,13 +2221,16 @@ return { "type": "color_keyword" } ], + "aliases": [ + "trimcolor" + ], "depends": [ "trim=color" ], - "url": "https://docs.imgix.com/apis/url/trim/trimcolor", + "url": "https://docs.imgix.com/apis/url/trim/trim-color", "short_description": "Specifies a trim color on a trim operation." }, - "trimmd": { + "trim-md": { "display_name": "trim mean difference", "category": "trim", "available_in": [ @@ -2184,14 +2245,17 @@ return { } } ], + "aliases": [ + "trimmd" + ], "default": 11, "depends": [ "trim=auto" ], - "url": "https://docs.imgix.com/apis/url/trim/trimmd", + "url": "https://docs.imgix.com/apis/url/trim/trim-md", "short_description": "Specifies the mean difference on a trim operation." }, - "trimsd": { + "trim-sd": { "display_name": "trim standard deviation", "category": "trim", "available_in": [ @@ -2206,14 +2270,17 @@ return { } } ], + "aliases": [ + "trimsd" + ], "default": 10, "depends": [ "trim=auto" ], - "url": "https://docs.imgix.com/apis/url/trim/trimsd", + "url": "https://docs.imgix.com/apis/url/trim/trim-sd", "short_description": "Specifies the standard deviation on a trim operation." }, - "trimtol": { + "trim-tol": { "display_name": "trim tolerance", "category": "trim", "available_in": [ @@ -2228,31 +2295,36 @@ return { } } ], + "aliases": [ + "trimtol" + ], "default": 0, "depends": [ "trim=color" ], - "url": "https://docs.imgix.com/apis/url/trim/trimtol", + "url": "https://docs.imgix.com/apis/url/trim/trim-tol", "short_description": "Specifies the tolerance on a trim operation." }, - "txt": { - "display_name": "text string", - "category": "text", + "trim": { + "display_name": "trim image", + "category": "trim", "available_in": [ - "url" + "url", + "graph" ], "expects": [ { - "type": "string" + "type": "string", + "possible_values": [ + "auto", + "color" + ] } ], - "aliases": [ - "t" - ], - "url": "https://docs.imgix.com/apis/url/text/txt", - "short_description": "Sets the text string to render." + "url": "https://docs.imgix.com/apis/url/trim/trim", + "short_description": "Trims the source image." }, - "txtalign": { + "txt-align": { "display_name": "text align", "category": "text", "available_in": [ @@ -2272,15 +2344,16 @@ return { } ], "aliases": [ + "txtalign", "ta" ], "depends": [ "txt" ], - "url": "https://docs.imgix.com/apis/url/text/txtalign", + "url": "https://docs.imgix.com/apis/url/text/txt-align", "short_description": "Sets the vertical and horizontal alignment of rendered text relative to the base image." }, - "txtclip": { + "txt-clip": { "display_name": "text clipping mode", "category": "text", "available_in": [ @@ -2299,15 +2372,16 @@ return { ], "default": "end", "aliases": [ + "txtclip", "tcl" ], "depends": [ "txt" ], - "url": "https://docs.imgix.com/apis/url/text/txtclip", + "url": "https://docs.imgix.com/apis/url/text/txt-clip", "short_description": "Sets the clipping properties of rendered text." }, - "txtclr": { + "txt-color": { "display_name": "text color", "category": "text", "available_in": [ @@ -2323,15 +2397,17 @@ return { ], "aliases": [ "txtcolor", + "txt-clr", + "txtclr", "tc" ], "depends": [ "txt" ], - "url": "https://docs.imgix.com/apis/url/text/txtclr", + "url": "https://docs.imgix.com/apis/url/text/txt-color", "short_description": "Specifies the color of rendered text." }, - "txtfit": { + "txt-fit": { "display_name": "text fit mode", "category": "text", "available_in": [ @@ -2345,13 +2421,16 @@ return { ] } ], + "aliases": [ + "txtfit" + ], "depends": [ "txt" ], - "url": "https://docs.imgix.com/apis/url/text/txtfit", + "url": "https://docs.imgix.com/apis/url/text/txt-fit", "short_description": "Specifies the fit approach for rendered text." }, - "txtfont": { + "txt-font": { "display_name": "text font", "category": "text", "available_in": [ @@ -2363,15 +2442,16 @@ return { } ], "aliases": [ - "tf" + "tf", + "txtfont" ], "depends": [ "txt" ], - "url": "https://docs.imgix.com/apis/url/text/txtfont", + "url": "https://docs.imgix.com/apis/url/text/txt-font", "short_description": "Selects a font for rendered text." }, - "txtlead": { + "txt-lead": { "display_name": "text leading", "category": "typesetting", "available_in": [ @@ -2385,14 +2465,17 @@ return { } } ], + "aliases": [ + "txtlead" + ], "default": 0, "depends": [ "txt" ], - "url": "https://docs.imgix.com/apis/url/typesetting/txtlead", + "url": "https://docs.imgix.com/apis/url/typesetting/txt-lead", "short_description": "Sets the leading (line spacing) for rendered text. Only works on the multi-line text endpoint." }, - "txtlig": { + "txt-lig": { "display_name": "text ligatures", "category": "text", "available_in": [ @@ -2408,62 +2491,68 @@ return { ] } ], + "aliases": [ + "txtlig" + ], "depends": [ "txt" ], - "url": "https://docs.imgix.com/apis/url/text/txtlig", + "url": "https://docs.imgix.com/apis/url/text/txt-lig", "short_description": "Controls the level of ligature substitution" }, - "txtline": { - "display_name": "text outline", + "txt-line-color": { + "display_name": "text outline color", "category": "text", "available_in": [ "url" ], "expects": [ { - "type": "integer", - "suggested_range": { - "min": 0 - } + "type": "hex_color" + }, + { + "type": "color_keyword" } ], - "default": 0, + "default": "fff", "aliases": [ - "tl" + "txtlinecolor", + "txt-line-clr", + "txtlineclr" ], "depends": [ - "txt" + "txt", + "txtline" ], - "url": "https://docs.imgix.com/apis/url/text/txtline", - "short_description": "Outlines the rendered text with a specified color." + "url": "https://docs.imgix.com/apis/url/text/txt-line-color", + "short_description": "Specifies a text outline color." }, - "txtlineclr": { - "display_name": "text outline color", + "txt-line": { + "display_name": "text outline", "category": "text", "available_in": [ "url" ], "expects": [ { - "type": "hex_color" - }, - { - "type": "color_keyword" + "type": "integer", + "suggested_range": { + "min": 0 + } } ], - "default": "fff", + "default": 0, "aliases": [ - "txtlinecolor" + "txtline", + "tl" ], "depends": [ - "txt", - "txtline" + "txt" ], - "url": "https://docs.imgix.com/apis/url/text/txtlineclr", - "short_description": "Specifies a text outline color." + "url": "https://docs.imgix.com/apis/url/text/txt-line", + "short_description": "Outlines the rendered text with a specified color." }, - "txtpad": { + "txt-pad": { "display_name": "text padding", "category": "text", "available_in": [ @@ -2479,15 +2568,16 @@ return { } ], "aliases": [ + "txtpad", "tp" ], "depends": [ "txt" ], - "url": "https://docs.imgix.com/apis/url/text/txtpad", + "url": "https://docs.imgix.com/apis/url/text/txt-pad", "short_description": "Specifies the padding (in device-independent pixels) between a textbox and the edges of the base image." }, - "txtshad": { + "txt-shad": { "display_name": "text shadow", "category": "text", "available_in": [ @@ -2504,15 +2594,16 @@ return { ], "default": 0, "aliases": [ + "txtshad", "tsh" ], "depends": [ "txt" ], - "url": "https://docs.imgix.com/apis/url/text/txtshad", + "url": "https://docs.imgix.com/apis/url/text/txt-shad", "short_description": "Applies a shadow to rendered text." }, - "txtsize": { + "txt-size": { "display_name": "text font size", "category": "text", "available_in": [ @@ -2528,15 +2619,16 @@ return { ], "default": 12, "aliases": [ - "tsz" + "tsz", + "txtsize" ], "depends": [ "txt" ], - "url": "https://docs.imgix.com/apis/url/text/txtsize", + "url": "https://docs.imgix.com/apis/url/text/txt-size", "short_description": "Sets the font size of rendered text." }, - "txttrack": { + "txt-track": { "display_name": "text tracking", "category": "typesetting", "available_in": [ @@ -2552,15 +2644,16 @@ return { ], "default": 0, "aliases": [ + "txttrack", "tt" ], "depends": [ "txt" ], - "url": "https://docs.imgix.com/apis/url/typesetting/txttrack", + "url": "https://docs.imgix.com/apis/url/typesetting/txt-track", "short_description": "Sets the tracking (letter spacing) for rendered text. Only works on the multi-line text endpoint." }, - "txtwidth": { + "txt-width": { "display_name": "text width", "category": "text", "available_in": [ @@ -2574,12 +2667,32 @@ return { } } ], + "aliases": [ + "txtwidth" + ], "depends": [ "txt" ], - "url": "https://docs.imgix.com/apis/url/text/txtwidth", + "url": "https://docs.imgix.com/apis/url/text/txt-width", "short_description": "Sets the width of rendered text." }, + "txt": { + "display_name": "text string", + "category": "text", + "available_in": [ + "url" + ], + "expects": [ + { + "type": "string" + } + ], + "aliases": [ + "t" + ], + "url": "https://docs.imgix.com/apis/url/text/txt", + "short_description": "Sets the text string to render." + }, "usm": { "display_name": "unsharp mask", "category": "adjustment", @@ -2670,31 +2783,91 @@ return { } }, "aliases": { + "blendalign": "blend-align", + "ba": "blend-align", + "blendalpha": "blend-alpha", + "balph": "blend-alpha", + "blendcrop": "blend-crop", + "bc": "blend-crop", + "blendfit": "blend-fit", + "bf": "blend-fit", + "blendh": "blend-h", + "bh": "blend-h", + "blendmode": "blend-mode", + "bm": "blend-mode", + "blendpad": "blend-pad", + "bp": "blend-pad", + "blendsize": "blend-size", + "bs": "blend-size", + "blendw": "blend-w", + "bw": "blend-w", + "blendx": "blend-x", + "bx": "blend-x", + "blendy": "blend-y", + "by": "blend-y", + "b": "blend", + "fillcolor": "fill-color", "f": "fit", + "inv": "invert", + "ma": "mark-align", + "markalign": "mark-align", + "markalpha": "mark-alpha", + "malph": "mark-alpha", + "mb": "mark-base", + "markbase": "mark-base", + "mf": "mark-fit", + "markfit": "mark-fit", + "mh": "mark-h", + "markh": "mark-h", + "mp": "mark-pad", + "markpad": "mark-pad", + "ms": "mark-scale", + "markscale": "mark-scale", + "mw": "mark-w", + "markw": "mark-w", + "mx": "mark-x", + "markx": "mark-x", + "my": "mark-y", + "marky": "mark-y", "m": "mark", - "ma": "markalign", - "mb": "markbase", - "mf": "markfit", - "mh": "markh", - "mp": "markpad", - "ms": "markscale", - "mw": "markw", - "mx": "markx", - "my": "marky", - "monochrome": "mono", - "orient": "or", - "t": "txt", - "ta": "txtalign", - "tcl": "txtclip", - "txtcolor": "txtclr", - "tc": "txtclr", - "tf": "txtfont", - "tl": "txtline", - "txtlinecolor": "txtlineclr", - "tp": "txtpad", - "tsh": "txtshad", - "tsz": "txtsize", - "tt": "txttrack" + "max-height": "max-h", + "max-width": "max-w", + "min-height": "min-h", + "min-width": "min-w", + "mono": "monochrome", + "or": "orient", + "trimcolor": "trim-color", + "trimmd": "trim-md", + "trimsd": "trim-sd", + "trimtol": "trim-tol", + "txtalign": "txt-align", + "ta": "txt-align", + "txtclip": "txt-clip", + "tcl": "txt-clip", + "txtcolor": "txt-color", + "txt-clr": "txt-color", + "txtclr": "txt-color", + "tc": "txt-color", + "txtfit": "txt-fit", + "tf": "txt-font", + "txtfont": "txt-font", + "txtlead": "txt-lead", + "txtlig": "txt-lig", + "txtlinecolor": "txt-line-color", + "txt-line-clr": "txt-line-color", + "txtlineclr": "txt-line-color", + "txtline": "txt-line", + "tl": "txt-line", + "txtpad": "txt-pad", + "tp": "txt-pad", + "txtshad": "txt-shad", + "tsh": "txt-shad", + "tsz": "txt-size", + "txtsize": "txt-size", + "txttrack": "txt-track", + "tt": "txt-track", + "txtwidth": "txt-width", + "t": "txt" }, "categoryValues": [ "adjustment", diff --git a/dist/parameters.json b/dist/parameters.json index e98b64f..c85c846 100644 --- a/dist/parameters.json +++ b/dist/parameters.json @@ -1,5 +1,5 @@ { - "version": "11.0.0", + "version": "11.1.1", "parameters": { "ar": { "display_name": "aspect ratio", @@ -42,7 +42,26 @@ "url": "https://docs.imgix.com/apis/url/auto", "short_description": "Applies automatic enhancements to images." }, - "ba": { + "bg": { + "display_name": "background color", + "category": "fill", + "available_in": [ + "url", + "graph" + ], + "expects": [ + { + "type": "hex_color" + }, + { + "type": "color_keyword" + } + ], + "default": "fff", + "url": "https://docs.imgix.com/apis/url/bg", + "short_description": "Colors the background of padded and partially-transparent images." + }, + "blend-align": { "display_name": "blend align", "category": "blending", "available_in": [ @@ -61,13 +80,17 @@ ] } ], + "aliases": [ + "blendalign", + "ba" + ], "depends": [ "blend" ], - "url": "https://docs.imgix.com/apis/url/blending/ba", + "url": "https://docs.imgix.com/apis/url/blending/blend-align", "short_description": "Changes the blend alignment relative to the parent image." }, - "balph": { + "blend-alpha": { "display_name": "blend alpha", "category": "blending", "available_in": [ @@ -82,14 +105,18 @@ } } ], + "aliases": [ + "blendalpha", + "balph" + ], "default": 100, "depends": [ "blend" ], - "url": "https://docs.imgix.com/apis/url/blending/balph", + "url": "https://docs.imgix.com/apis/url/blending/blend-alpha", "short_description": "Changes the alpha of the blend image." }, - "bc": { + "blend-crop": { "display_name": "blend crop", "category": "blending", "available_in": [ @@ -107,13 +134,17 @@ ] } ], + "aliases": [ + "blendcrop", + "bc" + ], "depends": [ "blend" ], - "url": "https://docs.imgix.com/apis/url/blending/bc", + "url": "https://docs.imgix.com/apis/url/blending/blend-crop", "short_description": "Specifies the type of crop for blend images." }, - "bf": { + "blend-fit": { "display_name": "blend fit", "category": "blending", "available_in": [ @@ -131,34 +162,140 @@ ] } ], + "aliases": [ + "blendfit", + "bf" + ], "default": "clip", "depends": [ "blend" ], - "url": "https://docs.imgix.com/apis/url/blending/bf", + "url": "https://docs.imgix.com/apis/url/blending/blend-fit", "short_description": "Specifies the fit mode for blend images." }, - "bg": { - "display_name": "background color", - "category": "fill", + "blend-h": { + "display_name": "blend height", + "category": "blending", "available_in": [ - "url", - "graph" + "url" ], "expects": [ { - "type": "hex_color" + "type": "integer", + "strict_range": { + "min": 2, + "max": 8192 + } }, { - "type": "color_keyword" + "type": "unit_scalar", + "strict_range": { + "min": 0, + "max": 1 + } } ], - "default": "fff", - "url": "https://docs.imgix.com/apis/url/bg", - "short_description": "Colors the background of padded and partially-transparent images." + "aliases": [ + "blendh", + "bh" + ], + "depends": [ + "blend" + ], + "url": "https://docs.imgix.com/apis/url/blending/blend-h", + "short_description": "Adjusts the height of the blend image." }, - "bh": { - "display_name": "blend height", + "blend-mode": { + "display_name": "blend mode", + "category": "blending", + "available_in": [ + "url" + ], + "expects": [ + { + "type": "string", + "possible_values": [ + "color", + "burn", + "dodge", + "darken", + "difference", + "exclusion", + "hardlight", + "hue", + "lighten", + "luminosity", + "multiply", + "overlay", + "saturation", + "screen", + "softlight", + "normal" + ] + } + ], + "aliases": [ + "blendmode", + "bm" + ], + "default": "overlay", + "depends": [ + "blend" + ], + "url": "https://docs.imgix.com/apis/url/blending/blend-mode", + "short_description": "Sets the blend mode for a blend image." + }, + "blend-pad": { + "display_name": "blend padding", + "category": "blending", + "available_in": [ + "url" + ], + "expects": [ + { + "type": "integer", + "suggested_range": { + "min": 0 + } + } + ], + "aliases": [ + "blendpad", + "bp" + ], + "default": 0, + "depends": [ + "blend" + ], + "url": "https://docs.imgix.com/apis/url/blending/blend-pad", + "short_description": "Applies padding to the blend image." + }, + "blend-size": { + "display_name": "blend size", + "category": "blending", + "available_in": [ + "url" + ], + "expects": [ + { + "type": "string", + "possible_values": [ + "inherit" + ] + } + ], + "aliases": [ + "blendsize", + "bs" + ], + "depends": [ + "blend" + ], + "url": "https://docs.imgix.com/apis/url/blending/blend-size", + "short_description": "Adjusts the size of the blend image." + }, + "blend-w": { + "display_name": "blend width", "category": "blending", "available_in": [ "url" @@ -179,11 +316,65 @@ } } ], + "aliases": [ + "blendw", + "bw" + ], "depends": [ "blend" ], - "url": "https://docs.imgix.com/apis/url/blending/bh", - "short_description": "Adjusts the height of the blend image." + "url": "https://docs.imgix.com/apis/url/blending/blend-w", + "short_description": "Adjusts the width of the blend image." + }, + "blend-x": { + "display_name": "blend x position", + "category": "blending", + "available_in": [ + "url" + ], + "expects": [ + { + "type": "integer", + "suggested_range": { + "min": 0 + } + } + ], + "aliases": [ + "blendx", + "bx" + ], + "default": 0, + "depends": [ + "blend" + ], + "url": "https://docs.imgix.com/apis/url/blending/blend-x", + "short_description": "Adjusts the x-offset of the blend image relative to its parent." + }, + "blend-y": { + "display_name": "blend y position", + "category": "blending", + "available_in": [ + "url" + ], + "expects": [ + { + "type": "integer", + "suggested_range": { + "min": 0 + } + } + ], + "aliases": [ + "blendy", + "by" + ], + "default": 0, + "depends": [ + "blend" + ], + "url": "https://docs.imgix.com/apis/url/blending/blend-y", + "short_description": "Adjusts the y-offset of the blend image relative to its parent." }, "blend": { "display_name": "blend", @@ -205,6 +396,9 @@ "type": "path" } ], + "aliases": [ + "b" + ], "url": "https://docs.imgix.com/apis/url/blending/blend", "short_description": "Specifies the location of the blend image." }, @@ -228,42 +422,6 @@ "url": "https://docs.imgix.com/apis/url/stylize/blur", "short_description": "Applies a gaussian blur to an image." }, - "bm": { - "display_name": "blend mode", - "category": "blending", - "available_in": [ - "url" - ], - "expects": [ - { - "type": "string", - "possible_values": [ - "color", - "burn", - "dodge", - "darken", - "difference", - "exclusion", - "hardlight", - "hue", - "lighten", - "luminosity", - "multiply", - "overlay", - "saturation", - "screen", - "softlight", - "normal" - ] - } - ], - "default": "overlay", - "depends": [ - "blend" - ], - "url": "https://docs.imgix.com/apis/url/blending/bm", - "short_description": "Sets the blend mode for a blend image." - }, "border-radius-inner": { "display_name": "inner border radius", "category": "border-and-padding", @@ -411,27 +569,6 @@ "url": "https://docs.imgix.com/apis/url/border-and-padding/border", "short_description": "Applies a border to an image." }, - "bp": { - "display_name": "blend padding", - "category": "blending", - "available_in": [ - "url" - ], - "expects": [ - { - "type": "integer", - "suggested_range": { - "min": 0 - } - } - ], - "default": 0, - "depends": [ - "blend" - ], - "url": "https://docs.imgix.com/apis/url/blending/bp", - "short_description": "Applies padding to the blend image." - }, "bri": { "display_name": "brightness", "category": "adjustment", @@ -452,96 +589,6 @@ "url": "https://docs.imgix.com/apis/url/adjustment/bri", "short_description": "Adjusts the brightness of the source image." }, - "bs": { - "display_name": "blend size", - "category": "blending", - "available_in": [ - "url" - ], - "expects": [ - { - "type": "string", - "possible_values": [ - "inherit" - ] - } - ], - "depends": [ - "blend" - ], - "url": "https://docs.imgix.com/apis/url/blending/bs", - "short_description": "Adjusts the size of the blend image." - }, - "bw": { - "display_name": "blend width", - "category": "blending", - "available_in": [ - "url" - ], - "expects": [ - { - "type": "integer", - "strict_range": { - "min": 2, - "max": 8192 - } - }, - { - "type": "unit_scalar", - "strict_range": { - "min": 0, - "max": 1 - } - } - ], - "depends": [ - "blend" - ], - "url": "https://docs.imgix.com/apis/url/blending/bw", - "short_description": "Adjusts the width of the blend image." - }, - "bx": { - "display_name": "blend x position", - "category": "blending", - "available_in": [ - "url" - ], - "expects": [ - { - "type": "integer", - "suggested_range": { - "min": 0 - } - } - ], - "default": 0, - "depends": [ - "blend" - ], - "url": "https://docs.imgix.com/apis/url/blending/bx", - "short_description": "Adjusts the x-offset of the blend image relative to its parent." - }, - "by": { - "display_name": "blend y position", - "category": "blending", - "available_in": [ - "url" - ], - "expects": [ - { - "type": "integer", - "suggested_range": { - "min": 0 - } - } - ], - "default": 0, - "depends": [ - "blend" - ], - "url": "https://docs.imgix.com/apis/url/blending/by", - "short_description": "Adjusts the y-offset of the blend image relative to its parent." - }, "ch": { "display_name": "client hints", "category": "format", @@ -981,6 +1028,9 @@ "type": "color_keyword" } ], + "aliases": [ + "fillcolor" + ], "default": "fff", "depends": [ "fill=solid" @@ -1003,7 +1053,6 @@ ] } ], - "default": "solid", "depends": [ "fit" ], @@ -1300,6 +1349,9 @@ "type": "boolean" } ], + "aliases": [ + "inv" + ], "default": false, "url": "https://docs.imgix.com/apis/url/adjustment/invert", "short_description": "Inverts the colors on the source image." @@ -1325,27 +1377,7 @@ "url": "https://docs.imgix.com/apis/url/format/lossless", "short_description": "Specifies that the output image should be a lossless variant." }, - "mark": { - "display_name": "watermark image url", - "category": "watermark", - "available_in": [ - "url" - ], - "expects": [ - { - "type": "url" - }, - { - "type": "path" - } - ], - "aliases": [ - "m" - ], - "url": "https://docs.imgix.com/apis/url/watermark/mark", - "short_description": "Specifies the location of the watermark image." - }, - "markalign": { + "mark-align": { "display_name": "watermark alignment mode", "category": "watermark", "available_in": [ @@ -1365,15 +1397,16 @@ } ], "aliases": [ - "ma" + "ma", + "markalign" ], "depends": [ "mark" ], - "url": "https://docs.imgix.com/apis/url/watermark/markalign", + "url": "https://docs.imgix.com/apis/url/watermark/mark-align", "short_description": "Changes the watermark alignment relative to the parent image." }, - "markalpha": { + "mark-alpha": { "display_name": "watermark alpha", "category": "watermark", "available_in": [ @@ -1389,13 +1422,17 @@ } ], "default": 100, + "aliases": [ + "markalpha", + "malph" + ], "depends": [ "mark" ], - "url": "https://docs.imgix.com/apis/url/watermark/markalpha", + "url": "https://docs.imgix.com/apis/url/watermark/mark-alpha", "short_description": "Changes the alpha of the watermark image." }, - "markbase": { + "mark-base": { "display_name": "watermark base url", "category": "watermark", "available_in": [ @@ -1410,15 +1447,16 @@ } ], "aliases": [ - "mb" + "mb", + "markbase" ], "depends": [ "mark" ], - "url": "https://docs.imgix.com/apis/url/watermark/markbase", + "url": "https://docs.imgix.com/apis/url/watermark/mark-base", "short_description": "Changes base URL of the watermark image." }, - "markfit": { + "mark-fit": { "display_name": "watermark fit mode", "category": "watermark", "available_in": [ @@ -1438,17 +1476,18 @@ ], "default": "clip", "aliases": [ - "mf" + "mf", + "markfit" ], "depends": [ "mark", "markw", "markh" ], - "url": "https://docs.imgix.com/apis/url/watermark/markfit", + "url": "https://docs.imgix.com/apis/url/watermark/mark-fit", "short_description": "Specifies the fit mode for watermark images." }, - "markh": { + "mark-h": { "display_name": "watermark height", "category": "watermark", "available_in": [ @@ -1471,15 +1510,16 @@ } ], "aliases": [ - "mh" + "mh", + "markh" ], "depends": [ "mark" ], - "url": "https://docs.imgix.com/apis/url/watermark/markh", + "url": "https://docs.imgix.com/apis/url/watermark/mark-h", "short_description": "Adjusts the height of the watermark image." }, - "markpad": { + "mark-pad": { "display_name": "watermark padding", "category": "watermark", "available_in": [ @@ -1495,15 +1535,16 @@ ], "default": 10, "aliases": [ - "mp" + "mp", + "markpad" ], "depends": [ "mark" ], - "url": "https://docs.imgix.com/apis/url/watermark/markpad", + "url": "https://docs.imgix.com/apis/url/watermark/mark-pad", "short_description": "Applies padding to the watermark image." }, - "markscale": { + "mark-scale": { "display_name": "watermark scale", "category": "watermark", "available_in": [ @@ -1519,15 +1560,16 @@ } ], "aliases": [ - "ms" + "ms", + "markscale" ], "depends": [ "mark" ], - "url": "https://docs.imgix.com/apis/url/watermark/markscale", + "url": "https://docs.imgix.com/apis/url/watermark/mark-scale", "short_description": "Adjusts the scale of the watermark image." }, - "markw": { + "mark-w": { "display_name": "watermark width", "category": "watermark", "available_in": [ @@ -1550,15 +1592,16 @@ } ], "aliases": [ - "mw" + "mw", + "markw" ], "depends": [ "mark" ], - "url": "https://docs.imgix.com/apis/url/watermark/markw", + "url": "https://docs.imgix.com/apis/url/watermark/mark-w", "short_description": "Adjusts the width of the watermark image." }, - "markx": { + "mark-x": { "display_name": "watermark x position", "category": "watermark", "available_in": [ @@ -1573,15 +1616,16 @@ } ], "aliases": [ - "mx" + "mx", + "markx" ], "depends": [ "mark" ], - "url": "https://docs.imgix.com/apis/url/watermark/markx", + "url": "https://docs.imgix.com/apis/url/watermark/mark-x", "short_description": "Adjusts the x-offset of the watermark image relative to its parent." }, - "marky": { + "mark-y": { "display_name": "watermark y position", "category": "watermark", "available_in": [ @@ -1596,14 +1640,35 @@ } ], "aliases": [ - "my" + "my", + "marky" ], "depends": [ "mark" ], - "url": "https://docs.imgix.com/apis/url/watermark/marky", + "url": "https://docs.imgix.com/apis/url/watermark/mark-y", "short_description": "Adjusts the y-offset of the watermark image relative to its parent." }, + "mark": { + "display_name": "watermark image url", + "category": "watermark", + "available_in": [ + "url" + ], + "expects": [ + { + "type": "url" + }, + { + "type": "path" + } + ], + "aliases": [ + "m" + ], + "url": "https://docs.imgix.com/apis/url/watermark/mark", + "short_description": "Specifies the location of the watermark image." + }, "mask": { "display_name": "mask type", "category": "mask", @@ -1666,10 +1731,13 @@ } } ], + "aliases": [ + "max-height" + ], "depends": [ "fit=crop" ], - "url": "https://docs.imgix.com/apis/url/size/max-h", + "url": "https://docs.imgix.com/apis/url/size/max-height", "short_description": "Specifies the maximum height of the output image in pixels." }, "max-w": { @@ -1687,10 +1755,13 @@ } } ], + "aliases": [ + "max-width" + ], "depends": [ "fit=crop" ], - "url": "https://docs.imgix.com/apis/url/size/max-w", + "url": "https://docs.imgix.com/apis/url/size/max-width", "short_description": "Specifies the maximum width of the output image in pixels." }, "min-h": { @@ -1708,10 +1779,13 @@ } } ], + "aliases": [ + "min-height" + ], "depends": [ "fit=crop" ], - "url": "https://docs.imgix.com/apis/url/size/min-h", + "url": "https://docs.imgix.com/apis/url/size/min-height", "short_description": "Specifies the minimum height of the output image in pixels." }, "min-w": { @@ -1729,13 +1803,16 @@ } } ], + "aliases": [ + "min-width" + ], "depends": [ "fit=crop" ], - "url": "https://docs.imgix.com/apis/url/size/min-w", + "url": "https://docs.imgix.com/apis/url/size/min-width", "short_description": "Specifies the minimum width of the output image in pixels." }, - "mono": { + "monochrome": { "display_name": "monochrome", "category": "stylize", "available_in": [ @@ -1751,9 +1828,9 @@ } ], "aliases": [ - "monochrome" + "mono" ], - "url": "https://docs.imgix.com/apis/url/stylize/mono", + "url": "https://docs.imgix.com/apis/url/stylize/monochrome", "short_description": "Applies a monochrome effect to the source image." }, "nr": { @@ -1796,7 +1873,7 @@ "url": "https://docs.imgix.com/apis/url/noise-reduction/nrs", "short_description": "Provides a threshold by which to sharpen an image." }, - "or": { + "orient": { "display_name": "orientation", "category": "rotation", "available_in": [ @@ -1823,9 +1900,9 @@ } ], "aliases": [ - "orient" + "or" ], - "url": "https://docs.imgix.com/apis/url/rotation/or", + "url": "https://docs.imgix.com/apis/url/rotation/orient", "short_description": "Changes the image orientation." }, "pad": { @@ -2113,26 +2190,7 @@ "url": "https://docs.imgix.com/apis/url/adjustment/sharp", "short_description": "Adjusts the sharpness of the source image." }, - "trim": { - "display_name": "trim image", - "category": "trim", - "available_in": [ - "url", - "graph" - ], - "expects": [ - { - "type": "string", - "possible_values": [ - "auto", - "color" - ] - } - ], - "url": "https://docs.imgix.com/apis/url/trim/trim", - "short_description": "Trims the source image." - }, - "trimcolor": { + "trim-color": { "display_name": "trim color", "category": "trim", "available_in": [ @@ -2147,13 +2205,16 @@ "type": "color_keyword" } ], + "aliases": [ + "trimcolor" + ], "depends": [ "trim=color" ], - "url": "https://docs.imgix.com/apis/url/trim/trimcolor", + "url": "https://docs.imgix.com/apis/url/trim/trim-color", "short_description": "Specifies a trim color on a trim operation." }, - "trimmd": { + "trim-md": { "display_name": "trim mean difference", "category": "trim", "available_in": [ @@ -2168,14 +2229,17 @@ } } ], + "aliases": [ + "trimmd" + ], "default": 11, "depends": [ "trim=auto" ], - "url": "https://docs.imgix.com/apis/url/trim/trimmd", + "url": "https://docs.imgix.com/apis/url/trim/trim-md", "short_description": "Specifies the mean difference on a trim operation." }, - "trimsd": { + "trim-sd": { "display_name": "trim standard deviation", "category": "trim", "available_in": [ @@ -2190,14 +2254,17 @@ } } ], + "aliases": [ + "trimsd" + ], "default": 10, "depends": [ "trim=auto" ], - "url": "https://docs.imgix.com/apis/url/trim/trimsd", + "url": "https://docs.imgix.com/apis/url/trim/trim-sd", "short_description": "Specifies the standard deviation on a trim operation." }, - "trimtol": { + "trim-tol": { "display_name": "trim tolerance", "category": "trim", "available_in": [ @@ -2212,31 +2279,36 @@ } } ], + "aliases": [ + "trimtol" + ], "default": 0, "depends": [ "trim=color" ], - "url": "https://docs.imgix.com/apis/url/trim/trimtol", + "url": "https://docs.imgix.com/apis/url/trim/trim-tol", "short_description": "Specifies the tolerance on a trim operation." }, - "txt": { - "display_name": "text string", - "category": "text", + "trim": { + "display_name": "trim image", + "category": "trim", "available_in": [ - "url" + "url", + "graph" ], "expects": [ { - "type": "string" + "type": "string", + "possible_values": [ + "auto", + "color" + ] } ], - "aliases": [ - "t" - ], - "url": "https://docs.imgix.com/apis/url/text/txt", - "short_description": "Sets the text string to render." + "url": "https://docs.imgix.com/apis/url/trim/trim", + "short_description": "Trims the source image." }, - "txtalign": { + "txt-align": { "display_name": "text align", "category": "text", "available_in": [ @@ -2256,15 +2328,16 @@ } ], "aliases": [ + "txtalign", "ta" ], "depends": [ "txt" ], - "url": "https://docs.imgix.com/apis/url/text/txtalign", + "url": "https://docs.imgix.com/apis/url/text/txt-align", "short_description": "Sets the vertical and horizontal alignment of rendered text relative to the base image." }, - "txtclip": { + "txt-clip": { "display_name": "text clipping mode", "category": "text", "available_in": [ @@ -2283,15 +2356,16 @@ ], "default": "end", "aliases": [ + "txtclip", "tcl" ], "depends": [ "txt" ], - "url": "https://docs.imgix.com/apis/url/text/txtclip", + "url": "https://docs.imgix.com/apis/url/text/txt-clip", "short_description": "Sets the clipping properties of rendered text." }, - "txtclr": { + "txt-color": { "display_name": "text color", "category": "text", "available_in": [ @@ -2307,15 +2381,17 @@ ], "aliases": [ "txtcolor", + "txt-clr", + "txtclr", "tc" ], "depends": [ "txt" ], - "url": "https://docs.imgix.com/apis/url/text/txtclr", + "url": "https://docs.imgix.com/apis/url/text/txt-color", "short_description": "Specifies the color of rendered text." }, - "txtfit": { + "txt-fit": { "display_name": "text fit mode", "category": "text", "available_in": [ @@ -2329,13 +2405,16 @@ ] } ], + "aliases": [ + "txtfit" + ], "depends": [ "txt" ], - "url": "https://docs.imgix.com/apis/url/text/txtfit", + "url": "https://docs.imgix.com/apis/url/text/txt-fit", "short_description": "Specifies the fit approach for rendered text." }, - "txtfont": { + "txt-font": { "display_name": "text font", "category": "text", "available_in": [ @@ -2347,15 +2426,16 @@ } ], "aliases": [ - "tf" + "tf", + "txtfont" ], "depends": [ "txt" ], - "url": "https://docs.imgix.com/apis/url/text/txtfont", + "url": "https://docs.imgix.com/apis/url/text/txt-font", "short_description": "Selects a font for rendered text." }, - "txtlead": { + "txt-lead": { "display_name": "text leading", "category": "typesetting", "available_in": [ @@ -2369,14 +2449,17 @@ } } ], + "aliases": [ + "txtlead" + ], "default": 0, "depends": [ "txt" ], - "url": "https://docs.imgix.com/apis/url/typesetting/txtlead", + "url": "https://docs.imgix.com/apis/url/typesetting/txt-lead", "short_description": "Sets the leading (line spacing) for rendered text. Only works on the multi-line text endpoint." }, - "txtlig": { + "txt-lig": { "display_name": "text ligatures", "category": "text", "available_in": [ @@ -2392,62 +2475,68 @@ ] } ], + "aliases": [ + "txtlig" + ], "depends": [ "txt" ], - "url": "https://docs.imgix.com/apis/url/text/txtlig", + "url": "https://docs.imgix.com/apis/url/text/txt-lig", "short_description": "Controls the level of ligature substitution" }, - "txtline": { - "display_name": "text outline", + "txt-line-color": { + "display_name": "text outline color", "category": "text", "available_in": [ "url" ], "expects": [ { - "type": "integer", - "suggested_range": { - "min": 0 - } + "type": "hex_color" + }, + { + "type": "color_keyword" } ], - "default": 0, + "default": "fff", "aliases": [ - "tl" + "txtlinecolor", + "txt-line-clr", + "txtlineclr" ], "depends": [ - "txt" + "txt", + "txtline" ], - "url": "https://docs.imgix.com/apis/url/text/txtline", - "short_description": "Outlines the rendered text with a specified color." + "url": "https://docs.imgix.com/apis/url/text/txt-line-color", + "short_description": "Specifies a text outline color." }, - "txtlineclr": { - "display_name": "text outline color", + "txt-line": { + "display_name": "text outline", "category": "text", "available_in": [ "url" ], "expects": [ { - "type": "hex_color" - }, - { - "type": "color_keyword" + "type": "integer", + "suggested_range": { + "min": 0 + } } ], - "default": "fff", + "default": 0, "aliases": [ - "txtlinecolor" + "txtline", + "tl" ], "depends": [ - "txt", - "txtline" + "txt" ], - "url": "https://docs.imgix.com/apis/url/text/txtlineclr", - "short_description": "Specifies a text outline color." + "url": "https://docs.imgix.com/apis/url/text/txt-line", + "short_description": "Outlines the rendered text with a specified color." }, - "txtpad": { + "txt-pad": { "display_name": "text padding", "category": "text", "available_in": [ @@ -2463,15 +2552,16 @@ } ], "aliases": [ + "txtpad", "tp" ], "depends": [ "txt" ], - "url": "https://docs.imgix.com/apis/url/text/txtpad", + "url": "https://docs.imgix.com/apis/url/text/txt-pad", "short_description": "Specifies the padding (in device-independent pixels) between a textbox and the edges of the base image." }, - "txtshad": { + "txt-shad": { "display_name": "text shadow", "category": "text", "available_in": [ @@ -2488,15 +2578,16 @@ ], "default": 0, "aliases": [ + "txtshad", "tsh" ], "depends": [ "txt" ], - "url": "https://docs.imgix.com/apis/url/text/txtshad", + "url": "https://docs.imgix.com/apis/url/text/txt-shad", "short_description": "Applies a shadow to rendered text." }, - "txtsize": { + "txt-size": { "display_name": "text font size", "category": "text", "available_in": [ @@ -2512,15 +2603,16 @@ ], "default": 12, "aliases": [ - "tsz" + "tsz", + "txtsize" ], "depends": [ "txt" ], - "url": "https://docs.imgix.com/apis/url/text/txtsize", + "url": "https://docs.imgix.com/apis/url/text/txt-size", "short_description": "Sets the font size of rendered text." }, - "txttrack": { + "txt-track": { "display_name": "text tracking", "category": "typesetting", "available_in": [ @@ -2536,15 +2628,16 @@ ], "default": 0, "aliases": [ + "txttrack", "tt" ], "depends": [ "txt" ], - "url": "https://docs.imgix.com/apis/url/typesetting/txttrack", + "url": "https://docs.imgix.com/apis/url/typesetting/txt-track", "short_description": "Sets the tracking (letter spacing) for rendered text. Only works on the multi-line text endpoint." }, - "txtwidth": { + "txt-width": { "display_name": "text width", "category": "text", "available_in": [ @@ -2558,12 +2651,32 @@ } } ], + "aliases": [ + "txtwidth" + ], "depends": [ "txt" ], - "url": "https://docs.imgix.com/apis/url/text/txtwidth", + "url": "https://docs.imgix.com/apis/url/text/txt-width", "short_description": "Sets the width of rendered text." }, + "txt": { + "display_name": "text string", + "category": "text", + "available_in": [ + "url" + ], + "expects": [ + { + "type": "string" + } + ], + "aliases": [ + "t" + ], + "url": "https://docs.imgix.com/apis/url/text/txt", + "short_description": "Sets the text string to render." + }, "usm": { "display_name": "unsharp mask", "category": "adjustment", @@ -2654,31 +2767,91 @@ } }, "aliases": { + "blendalign": "blend-align", + "ba": "blend-align", + "blendalpha": "blend-alpha", + "balph": "blend-alpha", + "blendcrop": "blend-crop", + "bc": "blend-crop", + "blendfit": "blend-fit", + "bf": "blend-fit", + "blendh": "blend-h", + "bh": "blend-h", + "blendmode": "blend-mode", + "bm": "blend-mode", + "blendpad": "blend-pad", + "bp": "blend-pad", + "blendsize": "blend-size", + "bs": "blend-size", + "blendw": "blend-w", + "bw": "blend-w", + "blendx": "blend-x", + "bx": "blend-x", + "blendy": "blend-y", + "by": "blend-y", + "b": "blend", + "fillcolor": "fill-color", "f": "fit", + "inv": "invert", + "ma": "mark-align", + "markalign": "mark-align", + "markalpha": "mark-alpha", + "malph": "mark-alpha", + "mb": "mark-base", + "markbase": "mark-base", + "mf": "mark-fit", + "markfit": "mark-fit", + "mh": "mark-h", + "markh": "mark-h", + "mp": "mark-pad", + "markpad": "mark-pad", + "ms": "mark-scale", + "markscale": "mark-scale", + "mw": "mark-w", + "markw": "mark-w", + "mx": "mark-x", + "markx": "mark-x", + "my": "mark-y", + "marky": "mark-y", "m": "mark", - "ma": "markalign", - "mb": "markbase", - "mf": "markfit", - "mh": "markh", - "mp": "markpad", - "ms": "markscale", - "mw": "markw", - "mx": "markx", - "my": "marky", - "monochrome": "mono", - "orient": "or", - "t": "txt", - "ta": "txtalign", - "tcl": "txtclip", - "txtcolor": "txtclr", - "tc": "txtclr", - "tf": "txtfont", - "tl": "txtline", - "txtlinecolor": "txtlineclr", - "tp": "txtpad", - "tsh": "txtshad", - "tsz": "txtsize", - "tt": "txttrack" + "max-height": "max-h", + "max-width": "max-w", + "min-height": "min-h", + "min-width": "min-w", + "mono": "monochrome", + "or": "orient", + "trimcolor": "trim-color", + "trimmd": "trim-md", + "trimsd": "trim-sd", + "trimtol": "trim-tol", + "txtalign": "txt-align", + "ta": "txt-align", + "txtclip": "txt-clip", + "tcl": "txt-clip", + "txtcolor": "txt-color", + "txt-clr": "txt-color", + "txtclr": "txt-color", + "tc": "txt-color", + "txtfit": "txt-fit", + "tf": "txt-font", + "txtfont": "txt-font", + "txtlead": "txt-lead", + "txtlig": "txt-lig", + "txtlinecolor": "txt-line-color", + "txt-line-clr": "txt-line-color", + "txtlineclr": "txt-line-color", + "txtline": "txt-line", + "tl": "txt-line", + "txtpad": "txt-pad", + "tp": "txt-pad", + "txtshad": "txt-shad", + "tsh": "txt-shad", + "tsz": "txt-size", + "txtsize": "txt-size", + "txttrack": "txt-track", + "tt": "txt-track", + "txtwidth": "txt-width", + "t": "txt" }, "categoryValues": [ "adjustment", diff --git a/package.json b/package.json index 57ec67b..c201b9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "imgix-url-params", - "version": "11.0.0", + "version": "11.1.1", "description": "Organized, machine-friendly documentation of imgix's URL parameters", "main": "dist/manifest.json", "scripts": {