Skip to content

Commit

Permalink
a) moved the responsibility for image rendering to the image loaders
Browse files Browse the repository at this point in the history
b) refactored drawImage() such that the image rendering code could be re-used by different image loaders
c) Updated all example image loaders to support the new image rendering paradigm
d) added invalidateImageId() function to support invalidating pixel data of already loaded images (for dynamic pixel use cases)
  • Loading branch information
chafey committed May 27, 2014
1 parent 25a4f06 commit ce1cd60
Show file tree
Hide file tree
Showing 16 changed files with 828 additions and 420 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ The best way to see the power of this library is to actually see it in use.
Install
-------

Project Status: BETA. APIs are frozen for 1.0
Project Status: BETA. Existing API's are considered stable and unlikely to change

Get a packaged source file:

Expand Down
2 changes: 1 addition & 1 deletion dist/cornerstone.css
@@ -1,4 +1,4 @@
/*! cornerstone - v0.4.2 - 2014-05-12 | (c) 2014 Chris Hafey | https://github.com/chafey/cornerstone */
/*! cornerstone - v0.4.2 - 2014-05-27 | (c) 2014 Chris Hafey | https://github.com/chafey/cornerstone */
.cornerstone-enabled-image {

/* prevent text selection from occurring when dragging the mouse on the div */
Expand Down

0 comments on commit ce1cd60

Please sign in to comment.