Ilja cd316d7269 Use EXIF data of image to prefill image description
During attachment upload Pleroma returns a "description" field. Pleroma-fe has an MR to use that to pre-fill the image description field, <https://git.pleroma.social/pleroma/pleroma-fe/-/merge_requests/1399>

* This MR allows Pleroma to read the EXIF data during upload and return the description to the FE
    * If a description is already present (e.g. because a previous module added it), it will use that
    * Otherwise it will read from the EXIF data. First it will check -ImageDescription, if that's empty, it will check -iptc:Caption-Abstract
    * If no description is found, it will simply return nil, just like before
* When people set up a new instance, they will be asked if they want to read metadata and this module will be activated if so

This was taken from an MR i did on Pleroma and isn't finished yet.
2022-07-01 12:13:46 +02:00
..
2022-02-25 23:11:42 -07:00
2020-04-06 11:13:59 +03:00
2022-02-25 23:11:42 -07:00
2021-03-25 13:03:40 +03:00
2020-03-03 12:21:10 +03:00
2018-02-25 17:48:31 +01:00
2020-09-22 21:58:30 +03:00
2020-08-24 15:01:45 +03:00
2019-07-10 15:23:25 +00:00
2019-04-06 17:18:59 +07:00
2018-02-17 21:56:52 +01:00
2018-05-20 21:01:14 -04:00
2019-05-21 14:12:10 +03:00
2017-04-26 14:25:44 +02:00
2017-04-23 15:21:58 +02:00
2019-05-20 12:58:06 +01:00
2020-08-07 16:03:06 +02:00
2017-04-24 18:46:02 +02:00
2017-04-24 18:46:02 +02:00
2017-04-28 17:41:12 +02:00