scripts/hugin-gopro-fusion/equalize_all_in_folder.sh

7 lines
212 B
Bash
Raw Normal View History

2023-09-11 09:07:56 +02:00
#!/bin/bash
cd /home/poule/encrypted/stockage-syncable/photos/gopro/hugin/to_equalize
for file in *
do
magick "$file" -equalize "/home/poule/encrypted/stockage-syncable/photos/gopro/hugin/equalized/$file"
done