Skip to content

Commit 7baa1ae

Browse files
author
Abuboo
committed
Update-IAS-to=add-rasterize-bypass
1 parent ce7f510 commit 7baa1ae

File tree

4 files changed

+80
-6
lines changed

4 files changed

+80
-6
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.27.1",
3+
"version": "11.29.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: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}(this, function () {
1616

1717
return {
18-
"version": "11.27.1",
18+
"version": "11.29.0",
1919
"parameters": {
2020
"ar": {
2121
"display_name": "aspect ratio",
@@ -3128,6 +3128,20 @@ return {
31283128
"url": "https://docs.imgix.com/apis/rendering/format/output-quality",
31293129
"short_description": "Adjusts the quality of an output image."
31303130
},
3131+
"rasterize-bypass": {
3132+
"display_name": "rasterize bypass",
3133+
"category": "misc",
3134+
"available_in": [
3135+
"url"
3136+
],
3137+
"expects": [
3138+
{
3139+
"type": "boolean"
3140+
}
3141+
],
3142+
"default": false,
3143+
"short_description": "Bypasses all rendering parameters (including default parameters) and serves the original image. Works for svg+xml,x-eps,pdf, and vnd.adobe.illustrator."
3144+
},
31313145
"rect": {
31323146
"display_name": "source rectangle region",
31333147
"category": "size",
@@ -3396,6 +3410,28 @@ return {
33963410
"url": "https://docs.imgix.com/apis/rendering/fill/transparency",
33973411
"short_description": "Adds checkerboard behind images which support transparency."
33983412
},
3413+
"trim-alpha": {
3414+
"display_name": "trim alpha",
3415+
"category": "trim",
3416+
"available_in": [
3417+
"url",
3418+
"graph"
3419+
],
3420+
"expects": [
3421+
{
3422+
"type": "number",
3423+
"suggested_range": {
3424+
"min": 0,
3425+
"max": 255
3426+
}
3427+
}
3428+
],
3429+
"depends": [
3430+
"trim=alpha"
3431+
],
3432+
"url": "https://docs.imgix.com/apis/rendering/trim/trim-alpha",
3433+
"short_description": "Specifies a trim alpha on a trim operation."
3434+
},
33993435
"trim-color": {
34003436
"display_name": "trim color",
34013437
"category": "trim",
@@ -3532,7 +3568,8 @@ return {
35323568
"type": "string",
35333569
"possible_values": [
35343570
"auto",
3535-
"color"
3571+
"color",
3572+
"alpha"
35363573
]
35373574
}
35383575
],

dist/parameters.json

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "11.27.1",
2+
"version": "11.29.0",
33
"parameters": {
44
"ar": {
55
"display_name": "aspect ratio",
@@ -3112,6 +3112,20 @@
31123112
"url": "https://docs.imgix.com/apis/rendering/format/output-quality",
31133113
"short_description": "Adjusts the quality of an output image."
31143114
},
3115+
"rasterize-bypass": {
3116+
"display_name": "rasterize bypass",
3117+
"category": "misc",
3118+
"available_in": [
3119+
"url"
3120+
],
3121+
"expects": [
3122+
{
3123+
"type": "boolean"
3124+
}
3125+
],
3126+
"default": false,
3127+
"short_description": "Bypasses all rendering parameters (including default parameters) and serves the original image. Works for svg+xml,x-eps,pdf, and vnd.adobe.illustrator."
3128+
},
31153129
"rect": {
31163130
"display_name": "source rectangle region",
31173131
"category": "size",
@@ -3380,6 +3394,28 @@
33803394
"url": "https://docs.imgix.com/apis/rendering/fill/transparency",
33813395
"short_description": "Adds checkerboard behind images which support transparency."
33823396
},
3397+
"trim-alpha": {
3398+
"display_name": "trim alpha",
3399+
"category": "trim",
3400+
"available_in": [
3401+
"url",
3402+
"graph"
3403+
],
3404+
"expects": [
3405+
{
3406+
"type": "number",
3407+
"suggested_range": {
3408+
"min": 0,
3409+
"max": 255
3410+
}
3411+
}
3412+
],
3413+
"depends": [
3414+
"trim=alpha"
3415+
],
3416+
"url": "https://docs.imgix.com/apis/rendering/trim/trim-alpha",
3417+
"short_description": "Specifies a trim alpha on a trim operation."
3418+
},
33833419
"trim-color": {
33843420
"display_name": "trim color",
33853421
"category": "trim",
@@ -3516,7 +3552,8 @@
35163552
"type": "string",
35173553
"possible_values": [
35183554
"auto",
3519-
"color"
3555+
"color",
3556+
"alpha"
35203557
]
35213558
}
35223559
],

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

0 commit comments

Comments
 (0)