cmahnke
cmahnke
I would like to suggest to add the addition of the [Ultra HDR](https://developer.android.com/media/platform/hdr-image-format) format as a new way to read and write HDR images. From a technical point of view...
For sake of symmetry there should be a "Show Image API Manifest as JSON" 
See this [manifest](https://sammlungen.uni-goettingen.de/api/v1/records/record_DE-MUS-062622_kenom_127703/manifest/): ```json "attribution" : { "de" : [ "Georg-August Universität Göttingen" ], "en" : [ "Goobi viewer" ] } ``` The `IiifObjectMapper` fails with: ``` com.fasterxml.jackson.databind.JsonMappingException: (was java.lang.NullPointerException)...
According to the [specification](https://iiif.io/api/presentation/2.0/#rights-and-licensing-properties) it's legal to include a string a `license` although not recommended. This isn't supported. Example manifest: https://manifests.sub.uni-goettingen.de/iiif/presentation/DE-611-HS-3461927/manifest?version=r3rpa
This is just intended to start a discussion, since I haven't build anything based on this change yet. The general idea is to provide a mechanism to supply custom qualities...
The `build.gradle` introduces a dependency on the `jdepend` plugin, this has been [removed with Gradle 6.0](http://man.hubwiz.com/docset/Gradle_User_Guide.docset/Contents/Resources/Documents/userguide/jdepend_plugin.html). This breaks building with recent Gradle Versions, is this Plugin really needed?
I've got a couple of HDR images generated by [libultrahdr](https://github.com/google/libultrahdr). These are displayed by Chrome correctly, but aren't displayed by tev as intended. Is suspect that the [format](https://developer.android.com/media/platform/hdr-image-format?hl=de) (or better...
I've got a couple of HDR images generated by [`libultrahdr`](https://github.com/google/libultrahdr). These are displayed by Chrome correctly, but aren't displayed by `tev` as intended. Is suspect that the format (or better...
I tried to run the example from 1901 on iPhone latest iOS. The viewport is opened at the top of the page, not in place. And it only shows one...
Is the lates version supposed to be working with the latest Fuseki (5.0)? ``` class org.rdfhdt.hdtjena.solver.HDTJenaIterator tried to access protected method 'void org.apache.jena.graph.Triple.(org.apache.jena.graph.Node, org.apache.jena.graph.Node, org.apache.jena.graph.Node)' (org.rdfhdt.hdtjena.solver.HDTJenaIterator and org.apache.jena.graph.Triple are in...