Skip to content

This plugin adds row navigation options to the openseadragon viewer for displaying of multi row image sequences.

Notifications You must be signed in to change notification settings

MartinPluta/OpenSeadragonMultiRow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

This OpenSeadragon ( http://openseadragon.github.io/ ) plugin adds row navigation options to the openseadragon viewer for displaying of high resolution multi row image sequences.

To use the plugin, simply copy the 'multi-row-plugin' folder into the folder containing the openseadragon js and image files. Include the 'multi-row-plugin/openseadragon-multi-row.js' file after including the 'openseadragon.min.js' file.

A demo is available at: http://www.zoosphere.net/sequence/29

It can be used like this:

    viewer.multiRow({
        ....
        prefixUrl:      "/openseadragon/multi-row-plugin/images/", //relative path to the plugin images folder
        imagesPerRow:   10,
        invertVertical: true,
        ...
    });

Following options are available:

            this.prefixUrl = "/multi-row/multi-row-images/";
            this.imagesPerRow = 0;
            this.invertVertical = false;
            this.vertical = true;
            this.horizontal = true;
            this.invertHorizontal = false;
            this.preventOverride = false;
            this.multiRowControlAnchor = OpenSeadragon.ControlAnchor.TOP_LEFT;
            this.navImages = {
                previousRow: {
                    REST:   "previous_row_rest.png",
                    GROUP:  "previous_row_grouphover.png",
                    HOVER:  "previous_row_hover.png",
                    DOWN:   "previous_row_pressed.png"
                },
                nextRow: {
                    REST:   "next_row_rest.png",
                    GROUP:  "next_row_grouphover.png",
                    HOVER:  "next_row_hover.png",
                    DOWN:   "next_row_pressed.png"
                }
            };

Disclaimer:

Developer: Martin Pluta

Website: http://www.martinpluta.eu

E-Mail: [email protected]

This software is not subject to copyright protection and is in the public domain. This software is an experimental system. The original author assumes no responsibility whatsoever for its use by other parties, and makes no guarantees, expressed or implied, about its quality, reliability, or any other characteristic. An attribution is appreciated, but not required.

If you like this plugin, you may attribute to:

http://www.martinpluta.eu

About

This plugin adds row navigation options to the openseadragon viewer for displaying of multi row image sequences.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published