Re: [CODE4LIB] very large image display?

2014-07-30 Thread George, Christina Rose
were 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

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-28 Thread Michael Beccaria
.edu Become a friend of Paul Smith's Library on Facebook today! -Original Message- From: Code for Libraries [mailto:CODE4LIB@LISTSERV.ND.EDU] On Behalf Of Joe Hourcle Sent: Saturday, July 26, 2014 9:34 PM To: CODE4LIB@LISTSERV.ND.EDU Subject: Re: [CODE4LIB] very large image display?

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

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 m

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" wrote

Re: [CODE4LIB] very large image display?

2014-07-25 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 pre-

Re: [CODE4LIB] very large image display?

2014-07-25 Thread Justin Coyne
I may be back with more > questions. > > Jonathan > ________ > From: Code for Libraries [CODE4LIB@LISTSERV.ND.EDU] on behalf of Esmé > Cowles [escow...@ticklefish.org] > Sent: Friday, July 25, 2014 4:44 PM > To: CODE4LIB@LISTSERV.ND.EDU > Subj

Re: [CODE4LIB] very large image display?

2014-07-25 Thread Jonathan Rochkind
SERV.ND.EDU] on behalf of George, 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. I

Re: [CODE4LIB] very large image display?

2014-07-25 Thread Jonathan Rochkind
DU] on behalf of Esmé Cowles [escow...@ticklefish.org] Sent: Friday, July 25, 2014 4:44 PM 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/

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] ver

Re: [CODE4LIB] very large image display?

2014-07-25 Thread Sylvain Machefert
ndled 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 a

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

2014-07-25 Thread Michael Schofield
ubject: 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 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: http://libimages.princeton.edu/loris/pudl0123%2F8172070%2F01%2F0001.jp2/info.json

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 < trey.ter

Re: [CODE4LIB] very large image display?

2014-07-25 Thread George, Christina Rose
: 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 loadi

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 https://github.com/IIIF/openseadragon-rai

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: http://oregondigital.org/sets/braceros/

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 OpenSeadragon

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 fo

[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