I usually run `python -m SimpleHTTPServer 8080` from a folder containing the image and view it at localhost:8080/path/to/image.jpg. Works great because the same method works over ssh to your server, and you can look at different image and text files in that same directory.