mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-10-10 04:02:29 +02:00
Update docs and changelog
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
- Add [raw](https://docs.imgproxy.net/latest/generating_the_url?id=raw) processing option.
|
- Add [raw](https://docs.imgproxy.net/latest/generating_the_url?id=raw) processing option.
|
||||||
- Add [OpenTelemetry](https://docs.imgproxy.net/latest/open_telemetry) support.
|
- Add [OpenTelemetry](https://docs.imgproxy.net/latest/open_telemetry) support.
|
||||||
- (pro) Add encrypted source URL support.
|
- (pro) Add encrypted source URL support.
|
||||||
|
- (pro) Add [watermark_shadow](https://docs.imgproxy.net/generating_the_url?id=watermark-shadow) processing option.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Try to fix some invalid source URL cases that happen because of URL normalization.
|
- Try to fix some invalid source URL cases that happen because of URL normalization.
|
||||||
|
@@ -482,6 +482,16 @@ When `%height` is set to `0`, imgproxy will calculate the height using the defin
|
|||||||
|
|
||||||
Default: `0:0`
|
Default: `0:0`
|
||||||
|
|
||||||
|
### Watermark Shadow :id=watermark-shadow
|
||||||
|
|
||||||
|
```
|
||||||
|
watermark_shadow:%sigma
|
||||||
|
wmsh:%sigma
|
||||||
|
```
|
||||||
|
When set, imgproxy will add a shadow to the watermark. The value of `sigma` defines the size of the mask imgproxy will use to blur the shadow.
|
||||||
|
|
||||||
|
Default: disabled
|
||||||
|
|
||||||
### Style :id=style
|
### Style :id=style
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user