Re: [CODE4LIB] very large image display?

2014-07-30 Thread George, Christina Rose
considering using one of those. -Original Message- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Jonathan Rochkind Sent: Friday, July 25, 2014 10:23 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] very large image display? Thanks Christina, can you tell me more

Re: [CODE4LIB] very large image display? (static files/tiles)

2014-07-29 Thread Simeon Warner
I'll chime in a bit late on this that static file support is also a use case for IIIF and something we've kept in mindd while working on the APIs. This is the model for level0 compliance [6]. A while ago I made a little demo of OpenSeadragon over IIIF Image API 1.1 using tiles and included a

Re: [CODE4LIB] very large image display?

2014-07-26 Thread Toke Eskildsen
Code for Libraries [CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Jonathan Rochkind [rochk...@jhu.edu] wrote: Then I eventually found OpenSeadragon, which a couple other people in this thread suggested, which looks like a pretty good fit. It looks like it possibly can work with entirely

Re: [CODE4LIB] very large image display?

2014-07-26 Thread Eoghan Ó Carragáin
Hi, Version 2 of the iipmooviewer also works with static dzi/deepzoom see under protocols in the readme): https://github.com/ruven/iipmooviewer. It also has some support for annotations image blending which may cover your layering use-case. Eoghan On 26 Jul 2014 07:58, Toke Eskildsen

Re: [CODE4LIB] very large image display?

2014-07-26 Thread raffaele messuti
Jonathan Rochkind wrote: For this project, there is really only a handful of big images, and simplicity of server-side is a priority -- so I think it's actually okay to pre-render all the tiles in advance, and avoid an actual image server -- to the extent tools can work with this. to make

Re: [CODE4LIB] very large image display?

2014-07-26 Thread Joe Hourcle
On Jul 25, 2014, at 11:36 AM, Jonathan Rochkind wrote: Does anyone have a good solution to recommend for display of very large images on the web? I'm thinking of something that supports pan and scan, as well as loading only certain tiles for the current view to avoid loading an entire

[CODE4LIB] very large image display?

2014-07-25 Thread Jonathan Rochkind
Does anyone have a good solution to recommend for display of very large images on the web? I'm thinking of something that supports pan and scan, as well as loading only certain tiles for the current view to avoid loading an entire giant image. A URL to more info to learn about things would be

Re: [CODE4LIB] very large image display?

2014-07-25 Thread Pikas, Christina K.
, July 25, 2014 11:36 AM To: CODE4LIB@listserv.nd.edu Subject: [CODE4LIB] very large image display? Does anyone have a good solution to recommend for display of very large images on the web? I'm thinking of something that supports pan and scan, as well as loading only certain tiles

Re: [CODE4LIB] very large image display?

2014-07-25 Thread Michael Appleby
Check out the IIIF (International Image Interoperability Framework) Image API: http://iiif.io/ You can use an image server that supports IIIF natively (e.g., Loris https://github.com/pulibrary/loris ) or a translation shim (e..g, with Djatoka).There's client-side support in

Re: [CODE4LIB] very large image display?

2014-07-25 Thread Terrell, Trey
Our digital repository uses IIP Image Server (http://iipimage.sourceforge.net/documentation/server/) on the backend with pyramidal tiffs and OpenSeaDragon on the front-end (http://openseadragon.github.io/). We¹ve been very happy with it. You can see it here:

Re: [CODE4LIB] very large image display?

2014-07-25 Thread Jessie Keck
Hi Jonathan, We’ve been using OpenSeadragon recently. We’ve implemented this in Spotlight as well as have been using it in redesign of SearchWorks. You can get more info on OSD at http://openseadragon.github.io/ and the ruby-gem that we’ve been using at

Re: [CODE4LIB] very large image display?

2014-07-25 Thread George, Christina Rose
To: CODE4LIB@LISTSERV.ND.EDU Subject: [CODE4LIB] very large image display? Does anyone have a good solution to recommend for display of very large images on the web? I'm thinking of something that supports pan and scan, as well as loading only certain tiles for the current view to avoid loading

Re: [CODE4LIB] very large image display?

2014-07-25 Thread Justin Coyne
Jonathan, If you're using Rails, I wrote RIIIF, which is a Rails engine that serves IIIF API requests. There's a rails gem: https://github.com/IIIF/openseadragon-rails that has openseadragon all vendored with a few view helpers -Justin On Fri, Jul 25, 2014 at 10:49 AM, Terrell, Trey

Re: [CODE4LIB] very large image display?

2014-07-25 Thread Jon Stroop
Jonathan, We use an image server I wrote, Loris, plus OpenSeadragon. Here's an example: http://libimages.princeton.edu/osd-demo/?feedme=pudl0123%2F8172070%2F01%2F0001.jp2 That image is 152500 x 4000 px:

[CODE4LIB] Picture element RE: [CODE4LIB] very large image display?

2014-07-25 Thread Michael Schofield
@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] very large image display? Jonathan, We use an image server I wrote, Loris, plus OpenSeadragon. Here's an example: http://libimages.princeton.edu/osd-demo/?feedme=pudl0123%2F8172070%2F01%2F0001.jp2 That image is 152500 x 4000 px: http://libimages.princeton.edu

Re: [CODE4LIB] very large image display?

2014-07-25 Thread Sylvain Machefert
in Scripto but I approve of the results. -Christina -Original Message- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Jonathan Rochkind Sent: Friday, July 25, 2014 10:36 AM To: CODE4LIB@LISTSERV.ND.EDU Subject: [CODE4LIB] very large image display? Does anyone

Re: [CODE4LIB] very large image display?

2014-07-25 Thread Esmé Cowles
and it's already loaded. -Esme -Original Message- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Jonathan Rochkind Sent: Friday, July 25, 2014 10:36 AM To: CODE4LIB@LISTSERV.ND.EDU Subject: [CODE4LIB] very large image display? Does anyone have a good

Re: [CODE4LIB] very large image display?

2014-07-25 Thread Jonathan Rochkind
To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] very large image display? We previously used the Zoomify Flash applet, but now use Leaflet.js with the Zoomify tileset plugin: https://github.com/turban/Leaflet.Zoomify One thing I like about this approach is that it minimizes the amount

Re: [CODE4LIB] very large image display?

2014-07-25 Thread Jonathan Rochkind
, Christina Rose [georg...@umsystem.edu] Sent: Friday, July 25, 2014 12:03 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] very large image display? Jonathan, We use Scripto with Omeka to have volunteers transcribe manuscripts which are high resolution images. It has the option of using

Re: [CODE4LIB] very large image display?

2014-07-25 Thread Justin Coyne
To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] very large image display? We previously used the Zoomify Flash applet, but now use Leaflet.js with the Zoomify tileset plugin: https://github.com/turban/Leaflet.Zoomify One thing I like about this approach is that it minimizes the amount