Michael B. Klein

Results 107 comments of Michael B. Klein

We're not using Getty via QA; we access it via [authoritex](https://github.com/nulib/authoritex), our Elixir module inspired by (but not a direct port of) QA.

Hi, and thanks for your interest! I'm always open to suggestions and pull requests. I figure I'll address the rationales presented above. 1. I'm fairly project-name agnostic. I actually chose...

wavesurfer looks fun, and it already has a [react hook](https://wavesurfer.xyz/examples/?react.js). It's different from the other visualizers in that it represents the track as a timeline from left to right instead...

I have a working OpenVPN solution (currently operating alongside bastion, but could easily supplant it) in a [branch](https://github.com/mbklein/aws/tree/openvpn) on top of @eefahy's `add-default-params` PR branch, and rebased on `master`. I've...

Thanks for reporting this. I'm out until Monday the 25th, but if you know how many pages your TIFF has (you can use tiffinfo or viosheader or GraphicsMagick to find...

That's it. In the absence of explicit `pages` metadata, the app assumes pages reduce in size by half until at least one dimension is

This looks a lot like what happens when the image extract/size calculation results in a rounding error. I've patched two of these in the past and thought I had them...

> `https://iiif.trustedkidney.com/iiif/3/test/test1.tiff/24576,32768,-11976,-11164/39,512/0/default.jpg` I see a couple of issues here: 1. The width and height of the requested extract region are negative, which is not supported by the IIIF Image API...

Looking more closely at the pyramid page dimensions: ``` { "width": 787, "height": 1350 }, ``` It can't be a coincidence that the issue crops up right at one of...

I'm going to go ahead and close this since it's been a while. Feel free to reopen it or create a new issue if you still need assistance.