2D TileSet Padding Softrware

Hi, I’m having an issue with my 2D game that a lot of people have had in the past. There is that tearing line that comes from using 2D tile sets. I’ve learned that to fix the issue you have to add 1 pixel of padding around each tile. I’m ok with that solution. The problem is, I don’t create my tilesets (I’m no artist), I download them. I’m good enough with photoshop do this, but this is the kind of problem that computers are really good at solving. So rather than writing my own application to do this, is there something out there already? Something that I can select a file, let it process then it outputs a file with the padding? I’ve looked, and didn’t find anything.

Well I didn’t really want to do it, but I wrote the software that does it. It honestly wasn’t as much of a pain as I was expecting. Regardless It’s the bare minimum, but hey, it gets the job done. I only tested it with one tile set, but it worked well. Enjoy whoever finds this: