Initial commit.
This commit is contained in:
commit
ab5d59fd65
10
cut_counters.sh
Executable file
10
cut_counters.sh
Executable file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
# To use this program, pleas supply an initial image, then the number of cuts
|
||||
# You want.
|
||||
|
||||
width=`identify -ping -format '%w' $1`
|
||||
height=`identify -ping -format '%h' $1`
|
||||
no_v_slices=$2
|
||||
no_h_slices=$3
|
||||
file_prefix=$4
|
Loading…
Reference in New Issue
Block a user