Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Poor documentation and samples #2

Open
MehranDHN opened this issue Dec 27, 2020 · 5 comments
Open

Poor documentation and samples #2

MehranDHN opened this issue Dec 27, 2020 · 5 comments

Comments

@MehranDHN
Copy link

It seems TremendousIIIF project is unique and the only one that exists in .Net framework. But the documentation is annoying. Beside that some of it's dependencies are deprecated which makes it very hard to follow and use.

@irv
Copy link
Contributor

irv commented Dec 27, 2020

Hi, please see the api_3 branch for more complete documentation and dependencies

https://github.com/britishlibrary/TremendousIIIF/tree/api_3

@MehranDHN
Copy link
Author

Thank you for your kind and immediate answer.
According to documentation I set the Location property in the ImageServer section to my local folder. But how can we sure that configuration is fine and it's ready to serve images?

image

@irv
Copy link
Contributor

irv commented Dec 27, 2020

try making a request for a filename that's available in your Location folder

e.g. GET /example.tiff/info.json

You can also set the values in your config for the health check identifier to be an image that you know exists and make a GET request to /_monitor/detail

@MehranDHN
Copy link
Author

In both cases I've received 500 Server Error.
In my case I copied an image named vishnu.jpg in local folder (C:\JP2Cache) that has been already configured in appsetings.json.
Sorry I really don't want to disturb you. May be I should read more about IIIF Request/Response Model
image

@irv
Copy link
Contributor

irv commented Dec 27, 2020

Ah, only tiff is supported, or jpeg2000 if you have the commercial kakadu library. regular jpeg will not work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants