-
Notifications
You must be signed in to change notification settings - Fork 0
User Guide
To run the application you need to install a Java Runtime Environment 8.
The application does not require installation, just extract the downloaded .7z file with a zip utility (such as 7-zip or FileArchiver) and double click on a VirtualSlideViewer.jar file.
Alternatively, the application can be started from a command line by entering the command:
java -jar path/to/a/VirtualSlideViewer.jar
After the application has been started you should see the following window:
As is written on the welcome screen to load a virtual slide click on the „File” menu entry in the top left corner of the window and select „Open...”. After that you should see a window asking you for a path to a virtual slide. Select a virtual slide you want to load and click the „Open” button.
After you confirm your choice you should see a window telling you about the slide loading:
After a few seconds the window should disappear and the main window should switch to a view similar to:
After the slide has been loaded you should choose the image you want to view. To do it you need to choose a series in a series panel located at the bottom right corner of the application's window:
From the context menu of series panel you can also rename or remove the series. Just choose the “Rename” or “Remove” entry or click the action's shortcut key, respectively, “F2” and “Delete” when the menu is not visible.
After doing some of the above actions, a status bar will appear in the bottom of the window telling you what action has been done.
If you want, you can undo the action by pressing the “CTRL+Z” key combination or by clicking the “Undo” entry in the “Edit” menu:
After you choose the series in series panel, the main navigation panel will display the entire image. To zoom the image point the mouse cursor at the point you want to zoom at and rotate the mouse wheel in the forward direction until you get the desired zoom level. To zoom out, do the same but rotate the wheel in the opposite direction.
By default after every wheel rotation the image is increased by 10% of its current size. The zoom sensitivity can be changed in the preferences window:
The sensitivity of zoom can be changed by modifying the “Zoom increment” value. Increasing the value with make the zoom increase the image size faster, for example if you enter the value 2, the image will double its size after every rotation of the mouse wheel.
In the preferences window you can also see a mysterious option called “Resolution transition threshold”. This option controls the sharpness of the image after a zoom. The lesser the value the better is the quality of the zoom. But beware that modifying this value can cause a big performance impact.
Besides of using the mouse wheel you can also change the zoom level with the usage of a slider located just above the series panel:
To navigate to a different part of the image you should press the left mouse button and move the mouse.
Above the zoom slider there is a preview panel:
Besides showing the current location, the panel also allows you to quickly navigate to a arbitrary part of the image. You only need to click with left mouse button on the desired point on a preview and it will be centered on the main panel.
If the chosen series contains more than one channel, Z plane or time point, the application will show sliders at the top of the main panel which allows you to change the currently visible plane of the image.
Every panel of the main window can be resized. To do it point the mouse cursor at the column separating the panels and drag it while holding the left mouse button. The panels can also be maximized thus hiding the other panels by clicking one of the arrows located at the top of the column:
After you have done some changes to the virtual slide, such as renamed or removed some of its series or you want to convert the image from its original format to a OME-TIFF you can use the save function.
To save the image select the “Save” or “Save as...” entry from a “File” menu:
The “Save as...” option allows you to save the virtual slide to a different file and / or different file format. After you choose this option a window asking for a destination path will appear.
After the saving has been started, you will see a window showing you the progress of the save operation:
Due to huge sizes of virtual slides, the save operation is very long. Depending on the performance of your computer and the size of slide the operation can last from a few minutes to even a few hours.
After the virtual slide has been successfully saved, the progress window will close and the slide will automatically be reloaded.