auto-split 2 on 1 pages
Status: Beta
Brought to you by:
pky0993
Implement a function for detecting and splitting two
pages on one scanned image. One must also implement
a way to set variables and call functions for the right
and left half separately after the split has occurred. A
suggested approach:
for i from 1 to 100 do
read foo.%4d.tif
orthrot 90
split
on left do
set lpad = 1in
align center center
write foo.%4d-left.tif
od
on right do
set lpad = 0.5in
align center center
write foo.%04d-right.tif
od
od
Logged In: YES
user_id=1061659
A simple split function is implemented in 0.91. The user
specifies the position to split the page.