Creating Fixed-sized tiles with overlaps

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
doug4
Posts: 1
Joined: 2015-09-17T08:43:59-07:00
Authentication code: 1151

Creating Fixed-sized tiles with overlaps

Post 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?
User avatar
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

Post 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.
Post Reply