Page 1 of 1

Creating Fixed-sized tiles with overlaps

Posted: 2015-09-17T08:53:28-07:00
by doug4
The cropping page shows that roughly equal-sized divisions can yield tiles that overlap their neighbors by combining pixel offsets with the '@' flag. Is it possible to create fixed-sized tiles (without the '@' flag) that have overlaps with their neighbors?

Re: Creating Fixed-sized tiles with overlaps

Posted: 2015-09-17T09:17:31-07:00
by fmw42
As far as I know, only by using separate crop commands. However, I wrote a Unix shell script, overlapcrop, that may do what you want. See my link below.