Skip to content

Commit

Permalink
Updated rectangleRoi and Probe tools to use new tool date management …
Browse files Browse the repository at this point in the history
…scheme

updated tools/all/index with more information and better comments
  • Loading branch information
chafey committed Mar 26, 2014
1 parent 5b6cc31 commit 6d69cc2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/backlog.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ Backlog:
* switch to lower resolution image during ww/wc operation to improve framerate
* only regenerate rendered image if ww/wc changes - that way pan/zoom is faster
* only regenerate the part of the rendered image that is actually visible - perhaps by tiling it
* developer api
* Programmatic access to raw pixel data (for tools like ROI)
* Pixel data management
* Caching of pixel data to HTML5 local storage?
* image cache management
Expand Down
21 changes: 19 additions & 2 deletions docs/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,28 @@ Roadmap

Phase 2 (in progress)
-------
* Tool framework
* Data management
* Handle helpers
* Tool dragging
* Drawing Geometry
* Drawing Text
* coordinate conversion helper from page coordinate to image coordinate
* Interaction paradigm
* Tool adjustment through handles
* Delete by dragging tool off screen
* Tool states
* Generic tools for interactively adjusting window width/window center, zoom, pan and scroll
* WW/WC
* Pan
* Zoom
* Stack Scroll
* Length Measurement
* Pixel Probe
* Rectangle ROI
* Elliptical ROI
* Viewport Event - fired every time a viewport property changes
* Render Event - fired every time the image is rendered (useful for generating overlays)
* Overlay drawing
* coordinate conversion helper from page coordinate to image coordinate


Phase 1 / proof of concept (DONE!)
Expand Down

0 comments on commit 6d69cc2

Please sign in to comment.