projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6167593
)
Add a moduledoc
author
Mark Felder
<feld@FreeBSD.org>
Fri, 10 Jul 2020 22:07:28 +0000
(17:07 -0500)
committer
Mark Felder
<feld@FreeBSD.org>
Fri, 10 Jul 2020 22:07:28 +0000
(17:07 -0500)
lib/pleroma/upload/filter/exiftool.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/upload/filter/exiftool.ex
b/lib/pleroma/upload/filter/exiftool.ex
index 833d8cab4fb707934a566b484da10760fa357e7d..eb199709ae3f3bdae0c8ef945841fd3d33b8e2b2 100644
(file)
--- a/
lib/pleroma/upload/filter/exiftool.ex
+++ b/
lib/pleroma/upload/filter/exiftool.ex
@@
-3,6
+3,10
@@
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Upload.Filter.Exiftool do
+ @moduledoc """
+ Strips GPS related EXIF tags and overwrites the file in place.
+ Also strips or replaces filesystem metadata e.g., timestamps.
+ """
@behaviour Pleroma.Upload.Filter
@type conversion :: action :: String.t() | {action :: String.t(), opts :: String.t()}