Adding Duplication Padding to Tile Sheet [Resolved]
Posted: 2013-11-15T19:25:01-07:00
Hey Guys,
I need to take something like this (though it might have more tiles in either direction):
And pad where the tiles touch with a duplicate pixels in the row or column that touches:
Zoomed In Versions:
Input:
Output:
For this 2x2 example the output is two pixels longer and wider then the original. Those extra two pixels are used to add and extra row and column to each tile where it borders the other tiles. I have a script that made this same buffer but using transparency but I have no idea how to go about duplicating part of an image. What commands can I use to do this, any ideas how it might be done?
Thank you,
poohshoes
I need to take something like this (though it might have more tiles in either direction):
And pad where the tiles touch with a duplicate pixels in the row or column that touches:
Zoomed In Versions:
Input:
Output:
For this 2x2 example the output is two pixels longer and wider then the original. Those extra two pixels are used to add and extra row and column to each tile where it borders the other tiles. I have a script that made this same buffer but using transparency but I have no idea how to go about duplicating part of an image. What commands can I use to do this, any ideas how it might be done?
Thank you,
poohshoes