This is the code of the shell script:
for I in $(find -name *.png);do
convert -shave 0x46 -crop 1024x768+0+28 $I $I.crop
mv $I $I.old
mv $I.crop $I
done
for I in $(find -name *.png);do
convert -shave 0x46 -crop 1024x768+0+28 $I $I.crop
mv $I $I.old
mv $I.crop $I
done
Nessun commento:
Posta un commento