Pixel editor script what am i getting myself into.
Hey guys first post. I am a c# coder with zero experience in Photoshop scripting or java script. I have a Unity 2D game project that has a graphical issue that can only be solved by taking my pixel sprite sheets and adding a single pixle of padding around the out side of each sprite the same color as its neighboring pixel. So 16x16 pixel sprites become 18x18 sprites with a border that matches the next pixel in.
I have been doing this manually in Photoshop cc for a while now by resizing the canvas and using the marquee tool with the move tool and coping then pasting rows of pixels. At my finest hour this takes me forty five minutes to an hour.
What I want to know is what kind of undertaking it would be to automate this process with a script?