TheMathemagicians/scanner/crop

9 lines
132 B
Plaintext
Raw Normal View History

2024-11-24 17:47:43 +00:00
#!/bin/bash
crop() {
convert "$1" -crop 1200x120+90+100 "$2"
}
crop old_border.png name_old.png
crop new_border.png name_new.png