Skip to content

Commit 1236756

Browse files
committed
Add exif.canonical_names docs
1 parent fcdb087 commit 1236756

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/usage/getting_info.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,14 @@ The `orientation` field contains the EXIF orientation value (from `1` to `8`). I
114114
### EXIF
115115

116116
```imgproxy_url_option
117-
exif:%exif
117+
exif:%enabled:%canonical_names
118118
```
119119

120-
When set to `1`, `t`, or `true`, imgproxy will return the image's EXIF metadata.
120+
When `enabled` is set to `1`, `t`, or `true`, imgproxy will return the image's EXIF metadata.
121121

122-
Default: `true`.
122+
When `canonical_names` is set to `1`, `t`, or `true`, imgproxy will return the EXIF metadata field names in a canonical form (ex: `DateTimeOriginal`) instead of a human-readable form (ex: `Date and Time (Original)`).
123+
124+
Default: `true:false`.
123125

124126
**Response example:**
125127

0 commit comments

Comments
 (0)