Michael B. Klein
Michael B. Klein
Sure. My github username is also my username for gmail as well as the [IIIF slack team](https://docs.google.com/forms/d/e/1FAIpQLSdGV9QSFo8i2z1R5iIMP7B2JVhS9akHqcykWF5_y4mtWqVrBA/viewform).
Yes, I think I understand what's going on. I'll see what I can do.
@ta1986 I just realeased serverless-iiif v5.1.5, which should fix the issue you're seeing. It changes the region extraction behavior to conform to Section 4.1 of the IIIF Image API v2.1.1...
I realized I left a couple of unnecessary debugging dependencies in `package.json`. They're harmless but they make the deployment package larger than necessary. I removed them and released v5.1.6.
@dependabot rebase
@orangewolf Is this something you've seen before?
@ranjeetsinghthirdrock @guillenjs Do you have any jp2 source images you can share with me so that I can try to reproduce and fix this issue? You can either attach them...
@ranjeetsinghthirdrock After some debugging with a sample file provided by @guillenjs, I have narrowed the issue down to the JP2 loader in the underlying `libvips` image processing library. I have...
@ranjeetsinghthirdrock Would it be possible to share the source JP2 file for that image? Either by zipping/attaching it here, or by emailing it to mbklein at gmail?
@ranjeetsinghthirdrock @guillenjs The underlying issue is with the OpenJPEG library that provides JPEG 2000 support. It looks like there's going to be a libvips release with a workaround – not...