Does anyone know a website I can upload an image to (small photograph) and have the website place a white narrow border around the image, then ready for saving back to file?
If you are talking about a jpeg, then you should use css to place a border around the image. Every time you modify a jpeg, the quality of the image degrades.
going on top of what mjewel said the CSS goes a little like this img { border: 2px solid #FFFFFF; } Code (markup):