Basically I did some feathering using a few different layers to combine a bunch of tiles, and arrived at this image:
The problem is however that there are intersecting points on the outside edges, which aren't broken up by a feathered piece and thus sharply transition between tiles. The problem areas can be seen below:
I have two images which I cropped with GIMP's feature, for fixing the transition areas:
Combined, these two pieces look like this, though only the tips are needed:
I want to have the feathering only take place on each side of the "cross" tiles, and not on their tips.
I am using this command for the feathering:
Code: Select all
convert Input.png -alpha set -virtual-pixel transparent -channel A -morphology Distance Euclidean:1,50\! +channel Output_feathered.png
How can I accomplish this goal?
I am using, Ubuntu 16.04.3 LTS (GNU/Linux 4.4.0-1038-aws x86_64), and ImageMagick 6.8.9-9 Q16 x86_64 2017-07-31.