# HG changeset patch # User Sebastien Jodogne # Date 1606815765 -3600 # Node ID 9a1f79d21a3ffac3aeee4807c8a9907a9dd8ddab # Parent 65c03d33c345de1d08ae7c59099a14d7385a2680 added buttons to go to the first and last frames diff -r 65c03d33c345 -r 9a1f79d21a3f Applications/StoneWebViewer/NOTES.txt --- a/Applications/StoneWebViewer/NOTES.txt Tue Dec 01 10:21:37 2020 +0100 +++ b/Applications/StoneWebViewer/NOTES.txt Tue Dec 01 10:42:45 2020 +0100 @@ -16,6 +16,12 @@ currently support annotations, and will not support Live Share. +- The Stone Web viewer has no "timeline" bar to see the position of + the current frame in the series. However, pressing the "Ctrl" key + together with mouse wheel enables fast move, i.e. this changes the + current frame by skipping 1/20th of the frames in the series. + + - The Stone Web viewer uses the DICOM identifiers, while the Osimis Web viewer uses the Orthanc identifiers. https://book.orthanc-server.com/faq/orthanc-ids.html diff -r 65c03d33c345 -r 9a1f79d21a3f Applications/StoneWebViewer/WebApplication/index.html --- a/Applications/StoneWebViewer/WebApplication/index.html Tue Dec 01 10:21:37 2020 +0100 +++ b/Applications/StoneWebViewer/WebApplication/index.html Tue Dec 01 10:42:45 2020 +0100 @@ -630,13 +630,23 @@ {{ cineFramesPerSecond }} fps - +
+ + +
  {{ currentFrame }} / {{ numberOfFrames }}   - +
+ + +