@@ -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
@@ -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.