cmahnke
cmahnke
MPO images are JPEG images with embedded other images - they are perfectly JPEGs, since unaware decoders just discard the additional image. Thy are comparable to images with embedded thumbnails,...
Currently I have to segment the IIIF Image API URL myself, how about allowing a full URL to be entered in the server field and segment it into the following...
Fixes #65
The link https://image-compare-viewer.netlify.com/ in the README doesn't work anymore
Similar to #172 there should be an option to add additional data to the DOM as [`data-` attributes](https://developer.mozilla.org/en-US/docs/Learn/HTML/Howto/Use_data_attributes).
Maybe it's also related due to the poor support for vibrate in the emulator in general: ``` ./Library/Android/sdk/platform-tools/adb logcat -b system ``` BTW, someone needs to clean up this issue...
Should be quite self explanatory: Inkscape for example might add something like `-inkscape-stroke` to a `style` attribute of a `path`, this results in ``` react-dom.development.js:86 Warning: Unsupported style property -inkscape-stroke....
# Abstract This proposal is about indicating technical rendering hints (for HDR images in the UltraHDR format) to Image API Clients. # Background As a proof of concept I've created...
Tify doesn't honor the [thumbnail on a canvas](https://iiif.io/api/cookbook/recipe/0232-image-thumbnail-canvas/). Instead it tries to get a Resource from the service (at least if I understand the code correctly): [const resource = this.$store.manifest.items[i].items[0].items[0].body;](https://github.com/tify-iiif-viewer/tify/blob/main/src/components/ViewThumbnails.vue#L134)