NAME

IIIF - IIIF Image API implementation

DESCRIPTION

Module IIIF provides an implementation of IIIF ImageAPI based on the ImageMagick command line application.

FEATURES

  • Full IIIF Image API 3.0 level 2 compliance.

  • Tested with ImageMagick 6 (Ubuntu) and 7 (Windows)

  • 100% test coverage on statement level, (>90% on branch level and >70% on condition level).

MODULES

IIIF::Request

parse and express an IIIF Image API request build of region, size, rotation, quality, and format

IIIF::Magick

get image information and convert images as specified with IIIF Image API request using ImageMagick

IIIF::ImageAPI

provide a Plack web service to access images via IIIF Image API

SCRIPTS

This module provides the command line script i3f to apply IIIF Image API requests without a web service.

SEE ALSO

https://github.com/IIIF/awesome-iiif
Image::Magick
Plack::App::ImageMagick

LICENSE

Copyright (C) Jakob Voß.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Jakob Voß <voss@gbv.de>