Group
Extension

Matches 2

IIIF ( V/VO/VOJ/IIIF-0.07.tar.gz, VOJ, 2019; MetaCPAN )
IIIF/lib/IIIF/Magick.pm ( view source; MetaCPAN )
to get image dimensions";

    return {
        '@context' => 'http://iiif.io/api/image/3/context.json',
        type       => 'ImageService3',
        protocol   => 'http://iiif.io/api/image',
      
IIIF ( V/VO/VOJ/IIIF-0.07.tar.gz, VOJ, 2019; MetaCPAN )
IIIF/lib/IIIF/ImageAPI.pm ( view source; MetaCPAN )
agick qw(info convert);
use File::Spec;
use Try::Tiny;
use Plack::Request;
use IIIF::Request;
use JSON::PP;
use File::Temp qw(tempdir);
use Digest::MD5 qw(md5_hex);
use HTTP::Date;

use Plack::MIME;
P
uest
    if ( $local eq '' ) {
        return redirect( $file->{id} . "/info.json" );
    }
    elsif ( $local eq 'info.json' ) {
        return $self->info_response($file);
    }

    # allow abbrevi
       extraFeatures  => [
            qw(
              baseUriRedirect canonicalLinkHeader cors jsonldMediaType mirroring
              profileLinkHeader
              regionByPct regionByPx regionS

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.