I take numerous application screenshots and paste them as layers in PS. How to automate the task of selecting and deleting relative pixels for each layer. For example, I want to delete (layerN.width,1 ),( layerN.width-1,2) pixels. So the flow would be:
- Take alt+prtscr screenshot
- Paste as new layer
- Automate the task of deleting as described bellow.
I want to automate the third step only. Currently I am selecting pixels by hand which is tedious. Thanks.