add exif stripping
This commit is contained in:
parent
08db74793e
commit
d884ce1fac
Binary file not shown.
Before Width: | Height: | Size: 837 KiB After Width: | Height: | Size: 823 KiB |
Binary file not shown.
Before Width: | Height: | Size: 242 KiB After Width: | Height: | Size: 236 KiB |
Binary file not shown.
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
3
strip_exif.sh
Executable file
3
strip_exif.sh
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
fd -e jpg -e png -e gif -e jpeg . content/ -x magick mogrify -auto-orient -strip {}
|
Loading…
Reference in a new issue