Creating Fixed-sized tiles with overlaps
Creating Fixed-sized tiles with overlaps
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?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Creating Fixed-sized tiles with overlaps
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.