Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loris-imageserver/loris
Loris IIIF Image Server
https://github.com/loris-imageserver/loris
Last synced: about 1 month ago
JSON representation
Loris IIIF Image Server
- Host: GitHub
- URL: https://github.com/loris-imageserver/loris
- Owner: loris-imageserver
- License: other
- Created: 2012-09-13T20:41:52.000Z (about 12 years ago)
- Default Branch: development
- Last Pushed: 2023-09-07T14:24:42.000Z (over 1 year ago)
- Last Synced: 2024-08-02T12:48:05.131Z (4 months ago)
- Language: Python
- Homepage:
- Size: 121 MB
- Stars: 208
- Watchers: 17
- Forks: 87
- Open Issues: 105
-
Metadata Files:
- Readme: README.md
- License: LICENSE-Kakadu.txt
Awesome Lists containing this project
- awesome-iiif - Loris - Written in Python. (Image Servers / IIIF Extensions)
- awesome-starred - loris-imageserver/loris - Loris IIIF Image Server (others)
README
![loris icon](loris/data/www/icons/loris-circle-small.png?raw=true) Loris IIIF Image Server
=============================================================================Loris is an implementation of the [IIIF Image API 2.0](http://iiif.io/api/image/2.0/).
[![Build Status](https://travis-ci.org/loris-imageserver/loris.svg?branch=development)](https://travis-ci.org/loris-imageserver/loris)
Demos
-----
* [Mentelin Bible, l. 1r](http://libimages.princeton.edu/loris2/pudl0001%2F5138415%2F00000011.jp2/full/full/0/default.jpg)
* [Scroll illustrating a story about the Sagami River](http://libimages1.princeton.edu/osd-demo/?feedme=pudl0123/8172070/01/00000001.jp2) with [OpenSeadragon](http://openseadragon.github.io/)Installation Instructions
-------------------------
Loris is supported on Python 3.6+. If you need to use Python 2.7 or Python 3.4, Loris v2.3.3 is the last version to support it.If you want to run Loris on Ubuntu 20, use Loris v3.1.0 or later.
These instructions need to be updated (PRs welcome!). If you are running into install problems, please open an issue. See below for some help with RedHat/CentOS and Debian.
**Do Not!** Run `setup.py` until you've read the following:
* [Install Dependencies](doc/dependencies.md)
* [Configuration Options](doc/configuration.md)
* [Cache Maintenance](doc/cache_maintenance.md)
* [Resolver Implementation](doc/resolver.md)
* [Run `setup.py`](doc/setup.md)
* [Deploy with Apache](doc/apache.md)
* [Deploy with NGINX and uWSGI](doc/nginx.md)
* [Deploy with Docker](https://github.com/loris-imageserver/loris-docker)
* (Optional) [Developer Notes](doc/develop.md)You're best off working through these steps in order.
RedHat, Debian and Troubleshooting
---------------------------------
@mmcclimon has provided some excellent [instructions for deploying Loris on RedHat 6 or the equivalent CentOS](doc/redhat-install.md).If you're running Debian and/or run into any pitfalls with the steps above, [Regis Robineau](https://github.com/regisrob) of the [Biblissima Project](http://www.biblissima-condorcet.fr/) has created an [excellent set of instructions](http://doc.biblissima-condorcet.fr/loris-setup-guide-ubuntu-debian) that may help.
As always, clarifications, notes (issues, pull requests) regarding experiences on different platforms are most welcome.
IIIF 2.0 Compliance
-------------------
Loris Implements all of the IIIF Image API level 2 features, plus nearly all of the "optional" features:* `sizeAboveFull`
* `rotationArbitrary`
* `mirroring`
* `profileLinkHeader`
* `webp` and `gif` formatsValidation: http://goo.gl/P1KBkU
See http://iiif.io/api/image/2.0/compliance.html for details.
License (New BSD)
-----------------Copyright (c) 2013-2015, Jon Stroop
All rights reserved.Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.* Neither the name "Loris" nor the names of its contributors may be used to
endorse or promote products derived from this software without specific prior
written permission.THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.### Kakadu
#### Downloadable Executables Copyright and DisclaimerThe executables available [here](http://www.kakadusoftware.com/index.php?option=com_content&task=view&id=26&Itemid=22) are made available for demonstration purposes only. Neither the author, Dr. Taubman, nor the University of New South Wales accept any liability arising from their use or re-distribution.
Copyright is owned by NewSouth Innovations Pty Limited, commercial arm of the University of New South Wales, Sydney, Australia. **You are free to trial these executables and even to re-distribute them, so long as such use or re-distribution is accompanied with this copyright notice and is not for commercial gain. Note: Binaries can only be used for non-commercial purposes.** If in doubt please [contact Dr. Taubman](http://www.kakadusoftware.com/index.php?option=com_content&task=blogcategory&id=8&Itemid=14).
For further details, please visit the [Kakadu website](http://www.kakadusoftware.com/)