Skip to content

Commit 1966742

Browse files
committed
intencity -> intensity
1 parent e2f5097 commit 1966742

3 files changed

Lines changed: 24 additions & 24 deletions

File tree

docs/usage/processing.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -444,27 +444,27 @@ Default: 1
444444
### Monochrome ((pro)) {#monochrome}
445445

446446
```imgproxy_url_option
447-
monochrome:%intencity:%color
448-
mc:%intencity:%color
447+
monochrome:%intensity:%color
448+
mc:%intensity:%color
449449
```
450450

451-
When `intencity` is greater than zero, imgproxy will convert the resulting image to monochrome.
451+
When `intensity` is greater than zero, imgproxy will convert the resulting image to monochrome.
452452

453-
* `intencity` - a positive floating-point number between `0` and `1` that defines the intencity of the monochrome effect.
453+
* `intensity` - a positive floating-point number between `0` and `1` that defines the intensity of the monochrome effect.
454454
* `color` - _(optional)_ a hex-coded value of the color that will be used as a base for the monochrome palette.
455455

456456
Default: `0:b3b3b3`
457457

458458
### Duotone ((pro)) {#duotone}
459459

460460
```imgproxy_url_option
461-
duotone:%intencity:%color1:%color2
462-
dt:%intencity:%color1:%color2
461+
duotone:%intensity:%color1:%color2
462+
dt:%intensity:%color1:%color2
463463
```
464464

465-
When `intencity` is greater than zero, imgproxy will convert the resulting image to duotone.
465+
When `intensity` is greater than zero, imgproxy will convert the resulting image to duotone.
466466

467-
* `intencity` - a positive floating-point number between `0` and `1` that defines the intencity of the duotone effect.
467+
* `intensity` - a positive floating-point number between `0` and `1` that defines the intensity of the duotone effect.
468468
* `color1`, `color2` - _(optional)_ hex-coded values of the colors that will be used as a base for the duotone palette. `color1` is the color for the dark areas, `color2` is the color for the light areas.
469469

470470
Default: `0:000000:ffffff`

versioned_docs/version-3.26.x/usage/processing.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -415,27 +415,27 @@ Default: 1
415415
### Monochrome ((pro)) {#monochrome}
416416

417417
```imgproxy_url_option
418-
monochrome:%intencity:%color
419-
mc:%intencity:%color
418+
monochrome:%intensity:%color
419+
mc:%intensity:%color
420420
```
421421

422-
When `intencity` is greater than zero, imgproxy will convert the resulting image to monochrome.
422+
When `intensity` is greater than zero, imgproxy will convert the resulting image to monochrome.
423423

424-
* `intencity` - a positive floating-point number between `0` and `1` that defines the intencity of the monochrome effect.
424+
* `intensity` - a positive floating-point number between `0` and `1` that defines the intensity of the monochrome effect.
425425
* `color` - _(optional)_ a hex-coded value of the color that will be used as a base for the monochrome palette.
426426

427427
Default: `0:b3b3b3`
428428

429429
### Duotone ((pro)) {#duotone}
430430

431431
```imgproxy_url_option
432-
duotone:%intencity:%color1:%color2
433-
dt:%intencity:%color1:%color2
432+
duotone:%intensity:%color1:%color2
433+
dt:%intensity:%color1:%color2
434434
```
435435

436-
When `intencity` is greater than zero, imgproxy will convert the resulting image to duotone.
436+
When `intensity` is greater than zero, imgproxy will convert the resulting image to duotone.
437437

438-
* `intencity` - a positive floating-point number between `0` and `1` that defines the intencity of the duotone effect.
438+
* `intensity` - a positive floating-point number between `0` and `1` that defines the intensity of the duotone effect.
439439
* `color1`, `color2` - _(optional)_ hex-coded values of the colors that will be used as a base for the duotone palette. `color1` is the color for the dark areas, `color2` is the color for the light areas.
440440

441441
Default: `0:000000:ffffff`

versioned_docs/version-3.27.x/usage/processing.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -444,27 +444,27 @@ Default: 1
444444
### Monochrome ((pro)) {#monochrome}
445445

446446
```imgproxy_url_option
447-
monochrome:%intencity:%color
448-
mc:%intencity:%color
447+
monochrome:%intensity:%color
448+
mc:%intensity:%color
449449
```
450450

451-
When `intencity` is greater than zero, imgproxy will convert the resulting image to monochrome.
451+
When `intensity` is greater than zero, imgproxy will convert the resulting image to monochrome.
452452

453-
* `intencity` - a positive floating-point number between `0` and `1` that defines the intencity of the monochrome effect.
453+
* `intensity` - a positive floating-point number between `0` and `1` that defines the intensity of the monochrome effect.
454454
* `color` - _(optional)_ a hex-coded value of the color that will be used as a base for the monochrome palette.
455455

456456
Default: `0:b3b3b3`
457457

458458
### Duotone ((pro)) {#duotone}
459459

460460
```imgproxy_url_option
461-
duotone:%intencity:%color1:%color2
462-
dt:%intencity:%color1:%color2
461+
duotone:%intensity:%color1:%color2
462+
dt:%intensity:%color1:%color2
463463
```
464464

465-
When `intencity` is greater than zero, imgproxy will convert the resulting image to duotone.
465+
When `intensity` is greater than zero, imgproxy will convert the resulting image to duotone.
466466

467-
* `intencity` - a positive floating-point number between `0` and `1` that defines the intencity of the duotone effect.
467+
* `intensity` - a positive floating-point number between `0` and `1` that defines the intensity of the duotone effect.
468468
* `color1`, `color2` - _(optional)_ hex-coded values of the colors that will be used as a base for the duotone palette. `color1` is the color for the dark areas, `color2` is the color for the light areas.
469469

470470
Default: `0:000000:ffffff`

0 commit comments

Comments
 (0)