This website requires JavaScript.
Explore
Help
Sign In
rei-forks
/
InfiniTime
Watch
1
Star
0
Fork
You've already forked InfiniTime
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
documentation-reorganization
InfiniTime
/
docs
/
user-documentation
/
pictures
/
crop.sh
7 lines
112 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/bash
#convert
for
image in *.png
;
do
convert
"
$image
"
-crop 240x240+0+29
"
$image
"
done
exit
0
Reference in New Issue
View Git Blame
Copy Permalink