diff options
author | FChannel <> | 2021-06-04 21:44:43 -0700 |
---|---|---|
committer | FChannel <> | 2021-06-04 21:44:43 -0700 |
commit | 84c008bc27510c63fb22d14c8559e05e12953418 (patch) | |
tree | e07de0ead1003e6871c89c3b55e02c01a3567580 /README.md | |
parent | 8d9218e8cd7f18808bbd6b60e8a489cee967efb4 (diff) |
added exif removal from jpeg, png images
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -20,7 +20,7 @@ Any contributions or suggestions are appreciated. Best way to give immediate fee ## Minimum Server Requirements -- Go v1.11+ +- Go v1.16+ - PostgreSQL @@ -28,6 +28,8 @@ Any contributions or suggestions are appreciated. Best way to give immediate fee - ImageMagick +- exiv2 + ## Server Installation Instructions - Ensure you have golang installed at a correct `GOPATH` |