Giter Site home page Giter Site logo

omeka-openseadragon's Introduction

OpenSeadragon plugin for Omeka

This is a plugin for Omeka 2.x that adds an zoomable image viewer provided by OpenSeadragon, usable on item pages, exhibits, and the Omeka admin dashboard.

This plugin was originally based on the ZoomIt plugin for Omeka, and the fork of that plugin used in the DPLA Exhibitions codebase.

Requirements

  • Omeka 2.0 or higher
  • The gd (recommended) and/or the exif modules for PHP

How it works

Omeka uses ImageMagick to generate derivatives of any image added. For example, if you have an high resolution JPEG image, it will treat that image as the "original", and derive "fullsize" (medium resolution) images and thumbnails automatically.

The OpenSeadragon plugin uses OpenSeadragon's support for "legacy image pyramids" to pull in those original, fullsize, and thumbnail images from Omeka. Since OpenSeadragon requires the image size to be stated explicitly for images in any image pyramid, we need to obtain the dimensions from each of the files, either through metadata stored in the Omeka database for each file, or through using either gd or exif functions.

Known issues:

Only works with original images in formats supported by OpenSeadragon's LegacyTileSource class (JPEG, GIF, and PNG). Specifically, this impacts you if you're using high resolution images in TIFF or JPEG 2000 (JP2) format. If you want to load high resolution versions of these, you'll need to convert them to a supported format or only rely on the fullsize and thumbnail sizes.

Links:

omeka-openseadragon's People

Contributors

anarchivist avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar Timofey Lyzhenkov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.