summaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2022-07-03 21:14:25 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2022-07-03 21:14:25 +0000
commitde37583c49bb43b67c009c36d42967dd9d117acb (patch)
tree2b94dbfbc7563d6cd8a7b52714b55e64ecbefd4c /docs/configuration
parenta15b45a5897817a5a5accfb8fd0fa5bcf8515e2b (diff)
parent56227ef7ba097c6be39a7e70b67c426a3016e0ab (diff)
downloadpleroma-de37583c49bb43b67c009c36d42967dd9d117acb.tar.gz
pleroma-de37583c49bb43b67c009c36d42967dd9d117acb.zip
Merge branch 'image_description_from_exif_data' into 'develop'
Use EXIF data of image for image description See merge request pleroma/pleroma!3535
Diffstat (limited to 'docs/configuration')
-rw-r--r--docs/configuration/cheatsheet.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 1e74d40e6..74642397b 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -627,12 +627,18 @@ This filter replaces the filename (not the path) of an upload. For complete obfu
No specific configuration.
-#### Pleroma.Upload.Filter.Exiftool
+#### Pleroma.Upload.Filter.Exiftool.StripLocation
This filter only strips the GPS and location metadata with Exiftool leaving color profiles and attributes intact.
No specific configuration.
+#### Pleroma.Upload.Filter.Exiftool.ReadDescription
+
+This filter reads the ImageDescription and iptc:Caption-Abstract fields with Exiftool so clients can prefill the media description field.
+
+No specific configuration.
+
#### Pleroma.Upload.Filter.Mogrify
* `args`: List of actions for the `mogrify` command like `"strip"` or `["strip", "auto-orient", {"implode", "1"}]`.