1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-04-12 06:58:15 +02:00

Update changelog and docs

This commit is contained in:
DarthSim 2022-11-16 21:02:28 +06:00
parent f08cc76806
commit 4ed6b254e0
2 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,7 @@
- Add `IMGPROXY_SVG_FIX_UNSUPPORTED` config.
### Fix
- Fix fix HTTP response status when OpenTelemetry support is enabled.
- Fix HTTP response status when OpenTelemetry support is enabled.
- (docker) Fix saving of paletted PNGs with low bit-depth.
## [3.8.0] - 2022-10-06

View File

@ -54,6 +54,7 @@ imgproxy responses with a JSON body and returns the following info:
* `size`: file size. Can be zero if the image source doesn't set `Content-Length` header properly
* `exif`: Exif data
* `iptc`: IPTC data
* `xmp`: XMP data
* `video_meta`: metadata from the video
**📝Note:** There are lots of IPTC tags in the spec, but imgproxy supports only a few of them. If you need some tags to be supported, just contact us.