-
Notifications
You must be signed in to change notification settings - Fork 11
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
IIIF image format in manifest #4
Comments
Yes, it's a true issue. I need to fix it, so to set jpeg anywhere. No standard browser understands the tiff. |
I updated Universal Viewer to last version and the same for Mirador and Diva. I think the issue is fixed. Could you check ? Thanks. |
Hi Daniel,
yes sure, I'll check asap and let you know.
I'll try to do it by today.
Simone
…_________________________________________________
Simone Falteri
[email protected]
+39 335 7871641
Il giorno mar 12 feb 2019 alle ore 10:06 Daniel Berthereau <
[email protected]> ha scritto:
I updated Universal Viewer
<https://github.com/Daniel-KM/Omeka-S-module-UniversalViewer> to last
version and the same for [Mirador](
https://github.com/Daniel-KM/Omeka-S-module-Mirador and Diva
<https://github.com/Daniel-KM/Omeka-S-module-Diva>. I think the issue is
fixed. Could you check ? Thanks.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE5DamOOIy5RPpRNa8HarU8TGYcx9_2nks5vMoQegaJpZM4ZelYT>
.
|
If it's not workiing, I have a fix that add an option to replace the media type in branch fix/tiff. The option will be removed if it is the true issue. |
I am not able to reproduce this bug... I have imported a TIFF image via Tiler and it is displayed fine by Mirador and UV (both inside and outside Omeka-s, even though I have not tested the Mirador plugin for Omeka-s... but I guess it would be the same as an external Mirador instance). As far as I know Mirador does not care about the value of
|
Ok, thanks. So my fix/tiff is useless, but I'm going to fix the id. |
Sorry Daniel, I was not able to try the fix yet, but it sound very strange to me that regisrob can’t reproduce the bug! I’m wondering if it really loaded a tiff... |
Yes, try first with the last versions of the modules IiifServer and universalviewer. Then, if not working, I'll push the fix/tiff that add an option. |
I may have introduced a small confusion here. I may be wrong but I assume the "id" issue (in As for the initial image format issue, my understanding is that I wonder whether it makes any sense, and I am curious about the reason why I did not have the same problem with the TIFF I tested (which was a Pyramidal TIFF...). |
Regisrob: if you upload a pyramidal TIFF and not a “standard” tiff, that should be a collection of jpegs. Could it be seen as a a jpeg (in terms of mine type) by the tiler during the update transformation in Omeka? Or did you upload it without using the tiler? What is the mime type of the original image in Omeka? |
Yes I uploaded my Pyramidal TIFF using the Tiler. And I see that the mime type is "image/tiff" in the right panel of the Omeka media page (in the admin interface). The image displays fine here (in OpenSeadragon, using the DeepZoom protocol). Now in the IIIF Manifest of the Omeka item, the "format" in |
Is that item public? Can you give the uri of the manifest? |
Ok, so I keep the fix/tiff and I ll add the fix for id in the next days. |
It was just a test, but I've created a copy and loaded it in myjson: https://api.myjson.com/bins/176t4a, which works fine both in UV and Mirador While performing various tests, I've found a few other issues in the IIIF implementation of IiifServer, nothing that is really blocking for the most basic use (i.e. view an object in a IIIF viewer), but could be a problem for third-party tools or libraries making use of the IIIF resources provided by an Omeka-s instance. |
I just pushed some commits that fixes the two points. So now, I use the iiif image url, so it's always jpeg, and we don't care of the original format, since it's an image server, even for non-tiled images. |
So if you know some other issues, I can fix them. For jp2, it's probably related to imagemagick, Omeka doesn't know it. |
Last version of Iiif Server probably fixed this issue. Tell me if it is still existing. |
I’ve found some problems testing many different IIIF clients where some of them are not able to open some omeka media.
Going deep in that issues I’ve found that the problem depends on the format field value in the metadata of the media.
In fact I saw that when I load by Tiler a tif image instead of a jpeg, even if the tile version of the media is made by jpegs, the format stored in metada is “image/tiff” and this seems to be the reason why those clients fail.
If I force that format to image/jpeg, those IIIF clients work as a charm.
So I’m wondering if “image/tiff” is incorrect for those tile images coming from a master file in tiff format, and if the right image format for a tile image is always “image/jpeg” indipendently from the original master file format?
The text was updated successfully, but these errors were encountered: