You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#!/bin/bash# For each file in the input directoryforfilein ./input/*;do# Get the filename
filename=$(basename "$file")# Calculate file/without extension
output_file=$(echo $filename| cut -f 1 -d '.').gif
echo$output_file# Run the script on the fileecho$file
glitch_this $file -sd 69 -c -f -i .2 -st 7 -g -o ./output/$output_file 1
done
I'd like to know if GT can apply operations to every image in a folder.
The text was updated successfully, but these errors were encountered: