Open blasscoc opened 5 years ago
Tiles need to be padded to avoid edge effects, create a system to do this.
This needs to be done with "reflect" to ensure there are not edge effects. Automatically decide the size of the padding.
If we apply mirroring, the for image size NxN, the padded image will be: Nim = 2 * N;
Tiles need to be padded to avoid edge effects, create a system to do this.