Well, for your theme, you could add this to the css file…
/* Start Code */
img {
border-bottom-style: solid;
border-bottom-width: 2px;
border-bottom-color: #000000;
border-top-style: solid;
border-top-width: 2px;
border-top-color: #000000;
border-right-style: solid;
border-right-width: 2px;
border-right-color: #000000;
border-left-style: solid;
border-left-width: 2px;
border-left-color: #000000;
}
/* END Code */
This will put a black border around all images. Hope it helps!