scaramallion
scaramallion
**Is your feature request related to a problem? Please describe.** Common issue is users sending invalid QR queries **Describe the solution you'd like** Add a validation check for queries and...
Apologies if this is something stupid, I don't have much experience with `ctypes`. I'm trying to figure out why pytest doesn't work with a new install of IronPython 2.7.7 and...
The recent releases of `pylibjpeg-openjpeg` and `pyjpegls` add support for encoding image data from an ndarray to a buffer. Should add support to the encoding backend for compressing pixel data...
The plugins should have a way to test compatibility with pylibjpeg itself
It looks like `test_pillow_pixel_data.py::TestPillowHandler_JPEG2K::test_array` is failing for the lossy J2K datasets on MacOS for Pillow. I don't have any Apple hardware I can test on and I can't see any...
How do we want to handle migrating to the new `pixels` backend? 1. Switch `Dataset.pixel_array` to use `pixels` in v3.0, add an easy to use method to switch back to...
## Expected behavior and actual behavior. 1-bit images should encode correctly, however instead I'm getting the following, with variations on the remaining/needed: ``` [INFO] tile number 1 / 1 [ERROR]...
#### Describe the changes * Black/ruff fixes * For `Decoder.as_array()`, `as_buffer()`, `iter_array()` and `iter_buffer()` add returning/yielding a tuple including a dict describing the decoded array/buffer. * When using `as_buffer()` pad...
There's an upstream issue with openjpeg not encoding 1-bit images correctly if they're over a certain size. Which I missed in testing because I set the upper limit on the...