Enter a URL for a JPEG or PNG image below to view it using cornerstone
This example illustrates how to use the cornerstoneWebImageLoader to get a standard web image (JPEG, PNG) and display it using cornerstone.
If you get an HTTP error and your URL is correct, it is probably because the server is not configured to allow Cross Origin Requests. Most browsers will allow you to enable cross domain requests via settings or command line switches, you can start chrome with the command line switch--disable-web-security
to allow cross origin requests.
See the Enable CORS site for information about CORS.