|
15 | 15 | }(this, function () { |
16 | 16 |
|
17 | 17 | return { |
18 | | - "version": "11.34.0", |
| 18 | + "version": "11.35.0", |
19 | 19 | "parameters": { |
20 | 20 | "ar": { |
21 | 21 | "display_name": "aspect ratio", |
@@ -798,6 +798,45 @@ return { |
798 | 798 | "url": "https://docs.imgix.com/apis/rendering/border-and-padding/border-right", |
799 | 799 | "short_description": "Sets right border of an image." |
800 | 800 | }, |
| 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 | + }, |
801 | 840 | "border-top": { |
802 | 841 | "display_name": "border top", |
803 | 842 | "category": "border-and-padding", |
@@ -2014,31 +2053,6 @@ return { |
2014 | 2053 | "url": "https://docs.imgix.com/apis/rendering/adjustment/gamma", |
2015 | 2054 | "short_description": "Adjusts the gamma of the source image." |
2016 | 2055 | }, |
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 | | - }, |
2042 | 2056 | "grid-colors": { |
2043 | 2057 | "display_name": "grid colors", |
2044 | 2058 | "category": "fill", |
@@ -4390,7 +4404,6 @@ return { |
4390 | 4404 | "fill-generative-prompt": "fill-gen-prompt", |
4391 | 4405 | "fill-generative-seed": "fill-gen-seed", |
4392 | 4406 | "f": "fit", |
4393 | | - "gifq": "gif-q", |
4394 | 4407 | "height": "h", |
4395 | 4408 | "inv": "invert", |
4396 | 4409 | "jpeg-progressive": "jpg-progressive", |
|
0 commit comments