Support Exiftool for stripping EXIF data
authorMark Felder <feld@FreeBSD.org>
Fri, 10 Jul 2020 21:46:26 +0000 (16:46 -0500)
committerMark Felder <feld@FreeBSD.org>
Fri, 10 Jul 2020 21:46:26 +0000 (16:46 -0500)
commit61675938811a8f2121c857f285d31bd4c7ef3336
treed2f0561244a701c5c663e7aee41068e5d5244e28
parentd6f67fa91b00b28d7be9f82bb300f9d650c73744
Support Exiftool for stripping EXIF data
We really only want to strip location data anyway, and mogrify strips color profiles.
.gitignore
.gitlab-ci.yml
CHANGELOG.md
Dockerfile
docs/configuration/cheatsheet.md
lib/pleroma/upload/filter/exiftool.ex [new file with mode: 0644]
test/fixtures/DSCN0010.jpg [new file with mode: 0644]
test/upload/filter/exiftool_test.exs [new file with mode: 0644]