Skip to content

Commit a9ee42b

Browse files
committed
[SUPPORT-1341] Adds border-stroke and deprecate gif-q
1 parent 22a3b69 commit a9ee42b

File tree

4 files changed

+82
-56
lines changed

4 files changed

+82
-56
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.34.0",
3+
"version": "11.35.0",
44
"homepage": "https://github.com/imgix/imgix-url-params",
55
"authors": ["Jason Eberle <jason@imgix.com>"],
66
"description": "Organized, machine-friendly documentation of imgix's URL parameters",

dist/parameters.js

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

1717
return {
18-
"version": "11.34.0",
18+
"version": "11.35.0",
1919
"parameters": {
2020
"ar": {
2121
"display_name": "aspect ratio",
@@ -798,6 +798,45 @@ return {
798798
"url": "https://docs.imgix.com/apis/rendering/border-and-padding/border-right",
799799
"short_description": "Sets right border of an image."
800800
},
801+
"border-stroke-color": {
802+
"display_name": "border stroke color",
803+
"category": "border-and-padding",
804+
"available_in": [
805+
"url",
806+
"graph"
807+
],
808+
"expects": [
809+
{
810+
"type": "hex_color"
811+
},
812+
{
813+
"type": "color_keyword"
814+
}
815+
],
816+
"default": 0,
817+
"url": "https://docs.imgix.com/apis/rendering/border-and-padding/border-stroke-color",
818+
"short_description": "Sets the color of the border stroke around the image."
819+
},
820+
"border-stroke-size": {
821+
"display_name": "border stroke size",
822+
"category": "border-and-padding",
823+
"available_in": [
824+
"url",
825+
"graph"
826+
],
827+
"expects": [
828+
{
829+
"type": "integer",
830+
"suggested_range": {
831+
"min": 0,
832+
"max": 100
833+
}
834+
}
835+
],
836+
"default": 0,
837+
"url": "https://docs.imgix.com/apis/rendering/border-and-padding/border-stroke-size",
838+
"short_description": "Sets the stroke size of the border around the image."
839+
},
801840
"border-top": {
802841
"display_name": "border top",
803842
"category": "border-and-padding",
@@ -2014,31 +2053,6 @@ return {
20142053
"url": "https://docs.imgix.com/apis/rendering/adjustment/gamma",
20152054
"short_description": "Adjusts the gamma of the source image."
20162055
},
2017-
"gif-q": {
2018-
"display_name": "animated gif quality",
2019-
"category": "animation",
2020-
"available_in": [
2021-
"url",
2022-
"graph",
2023-
"output"
2024-
],
2025-
"expects": [
2026-
{
2027-
"type": "integer",
2028-
"strict_range": {
2029-
"min": 1
2030-
}
2031-
}
2032-
],
2033-
"depends": [
2034-
"fm=gif"
2035-
],
2036-
"aliases": [
2037-
"gifq"
2038-
],
2039-
"url": "https://docs.imgix.com/apis/rendering/animation/animated-gif-quality",
2040-
"short_description": "Specifies the quality of the animated gif. The higher the value, the better more compression is applied."
2041-
},
20422056
"grid-colors": {
20432057
"display_name": "grid colors",
20442058
"category": "fill",
@@ -4390,7 +4404,6 @@ return {
43904404
"fill-generative-prompt": "fill-gen-prompt",
43914405
"fill-generative-seed": "fill-gen-seed",
43924406
"f": "fit",
4393-
"gifq": "gif-q",
43944407
"height": "h",
43954408
"inv": "invert",
43964409
"jpeg-progressive": "jpg-progressive",

dist/parameters.json

Lines changed: 40 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.34.0",
2+
"version": "11.35.0",
33
"parameters": {
44
"ar": {
55
"display_name": "aspect ratio",
@@ -782,6 +782,45 @@
782782
"url": "https://docs.imgix.com/apis/rendering/border-and-padding/border-right",
783783
"short_description": "Sets right border of an image."
784784
},
785+
"border-stroke-color": {
786+
"display_name": "border stroke color",
787+
"category": "border-and-padding",
788+
"available_in": [
789+
"url",
790+
"graph"
791+
],
792+
"expects": [
793+
{
794+
"type": "hex_color"
795+
},
796+
{
797+
"type": "color_keyword"
798+
}
799+
],
800+
"default": 0,
801+
"url": "https://docs.imgix.com/apis/rendering/border-and-padding/border-stroke-color",
802+
"short_description": "Sets the color of the border stroke around the image."
803+
},
804+
"border-stroke-size": {
805+
"display_name": "border stroke size",
806+
"category": "border-and-padding",
807+
"available_in": [
808+
"url",
809+
"graph"
810+
],
811+
"expects": [
812+
{
813+
"type": "integer",
814+
"suggested_range": {
815+
"min": 0,
816+
"max": 100
817+
}
818+
}
819+
],
820+
"default": 0,
821+
"url": "https://docs.imgix.com/apis/rendering/border-and-padding/border-stroke-size",
822+
"short_description": "Sets the stroke size of the border around the image."
823+
},
785824
"border-top": {
786825
"display_name": "border top",
787826
"category": "border-and-padding",
@@ -1998,31 +2037,6 @@
19982037
"url": "https://docs.imgix.com/apis/rendering/adjustment/gamma",
19992038
"short_description": "Adjusts the gamma of the source image."
20002039
},
2001-
"gif-q": {
2002-
"display_name": "animated gif quality",
2003-
"category": "animation",
2004-
"available_in": [
2005-
"url",
2006-
"graph",
2007-
"output"
2008-
],
2009-
"expects": [
2010-
{
2011-
"type": "integer",
2012-
"strict_range": {
2013-
"min": 1
2014-
}
2015-
}
2016-
],
2017-
"depends": [
2018-
"fm=gif"
2019-
],
2020-
"aliases": [
2021-
"gifq"
2022-
],
2023-
"url": "https://docs.imgix.com/apis/rendering/animation/animated-gif-quality",
2024-
"short_description": "Specifies the quality of the animated gif. The higher the value, the better more compression is applied."
2025-
},
20262040
"grid-colors": {
20272041
"display_name": "grid colors",
20282042
"category": "fill",
@@ -4374,7 +4388,6 @@
43744388
"fill-generative-prompt": "fill-gen-prompt",
43754389
"fill-generative-seed": "fill-gen-seed",
43764390
"f": "fit",
4377-
"gifq": "gif-q",
43784391
"height": "h",
43794392
"inv": "invert",
43804393
"jpeg-progressive": "jpg-progressive",

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.34.0",
3+
"version": "11.35.0",
44
"description": "Organized, machine-friendly documentation of imgix's URL parameters",
55
"main": "dist/manifest.json",
66
"scripts": {

0 commit comments

Comments
 (0)