1
0
Fork 0

add exif stripping

This commit is contained in:
Saji 2025-05-03 21:33:00 -05:00
parent 08db74793e
commit d884ce1fac
4 changed files with 3 additions and 0 deletions

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
View 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 {}