2.1.5 • Published 10 months ago

@archival-iiif/image-server-core v2.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Web API

See also the IIIF Image API 2.1 and the IIIF Image API 3.0

URL: /[id]/[region]/[size]/[rotation]/[quality].[format]

Method: GET

E.g. http://localhost:3333/example.jpg/full/!100,100/0/default.jpg

Installation

  1. Install
  2. Install dependencies

    // with npm
    npm install
    
    // with yarn
    yarn install

Run the provided image server

You can run the provided IIIF image server with the following possible arguments:

// with npm
npm run start -- [arguments]

// with yarn
yarn run start -- [arguments]

// with docker
docker run -d -p 3333:3333 [image] [arguments]
2.1.4

10 months ago

2.1.5

10 months ago

2.1.3

1 year ago

2.1.2

2 years ago

2.1.1

2 years ago

2.0.8

2 years ago

2.1.0

2 years ago

2.0.7

3 years ago

2.0.6

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.1

3 years ago

2.0.0

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago