Example of displaying a web image (JPEG, PNG) using Cornerstone

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.

Use of this example require IE10+ or any other modern browser.