Remove exif tags when processing images

This commit is contained in:
Chocobozzz
2022-03-07 17:23:12 +01:00
parent 2c7d736bd3
commit 0c058f256a
6 changed files with 67 additions and 12 deletions
+7 -1
View File
@@ -31,6 +31,12 @@ $ sudo docker run -p 9444:9000 chocobozzz/s3-ninja
$ sudo docker run -p 10389:10389 chocobozzz/docker-test-openldap
```
Ensure you also have these commands:
```
$ exiftool --help
```
### Test
To run all test suites:
@@ -39,7 +45,7 @@ To run all test suites:
$ npm run test # See scripts/test.sh to run a particular suite
```
Most of tests can be runned using:
Most of tests can be run using:
```bash
TS_NODE_TRANSPILE_ONLY=true npm run mocha -- --timeout 30000 --exit -r ts-node/register -r tsconfig-paths/register --bail server/tests/api/videos/video-transcoder.ts