Re: [CODE4LIB] iiif compatible servers

2014-07-28 Thread English, Eben
Eric, You also might want to look at freelib-djatoka: http://projects.freelibrary.info/freelib-djatoka/ -- Eben English Web Services Developer Boston Public Library 700 Boylston St. Boston, MA 02116 617.859.2238 eengl...@bpl.org

Re: [CODE4LIB] iiif compatible servers

2014-07-28 Thread James, Eric
: [CODE4LIB] iiif compatible servers Jon, In case you're interested, here's my implementation of a HTTP file resolver: https://github.com/curationexperts/riiif/blob/master/lib/riiif/http_file_resolver.rb It can take a block for resolving ids to URLs: https://github.com/curationexperts/absolute/blob

Re: [CODE4LIB] iiif compatible servers

2014-07-25 Thread Roy Tennant
I can't comment on the other options, but I've used IIP[1] for a while now on Apache 2 and I've been quite pleased with it. I use mogrify from ImageMagick to create the JP2s from the JPGs on the server and it serves them up nicely. I'm also able to have the photographer's name, copyright date, and

Re: [CODE4LIB] iiif compatible servers

2014-07-25 Thread Jon Stroop
Eric, FWIW, an HTTP resolver that could be used with Fedora has been a big topic for Loris recently, and a few of us are trying to spec out what that would look like. The discussion/proposal is here: https://github.com/pulibrary/loris/issues/98 and spreads to a few other linked issues. I'd be

Re: [CODE4LIB] iiif compatible servers

2014-07-25 Thread Justin Coyne
Jon, In case you're interested, here's my implementation of a HTTP file resolver: https://github.com/curationexperts/riiif/blob/master/lib/riiif/http_file_resolver.rb It can take a block for resolving ids to URLs: