Benjamin Gilbert
Benjamin Gilbert
I don't know the best way to document it. It looks like the `bdist_wheel` command doesn't have its own documentation page; it probably should. Even then, it's not obvious that...
I was told at the time (https://github.com/pypa/wheel/issues/582#issuecomment-1807234132) that setting it in `pyproject.toml` wasn't supported at all. Not sure if things have changed since.
It turns out that `-Wl,--exclude-libs,ALL` in `native-linux-x86_64.ini`, which is necessary to prevent re-exporting of dependencies' symbols from the unified `libopenslide.so`, also prevents the `jpeg12_*` and `jpeg16_*` symbols from being re-exported...
xref https://github.com/mesonbuild/meson/issues/13713: it'd be good to produce a future-feature warning if ObjC is used with a list of standards. Otherwise projects might be surprised e.g. if they use Objective C...
AFAIK this doesn't require low-level support in Ignition, just some Butane sugar. Moving to Butane.
Thanks for the report. Aperio (SVS) slides provide an ICC color profile for the main slide but do not explicitly provide one for the thumbnail. The ICC profile information available...
Please try the latest [nightly build](https://openslide.org/builds/) and let me know whether it fixes the problem for you. After unpacking the Linux tar archive, set the `LD_LIBRARY_PATH` environment variable to the...
Ah yeah, looks like that's https://github.com/zlib-ng/zlib-ng/pull/1824.
Thank you very much for pointing this out! Fix in #447.
Actually, it's more correct to say that #447 avoids the issue for many formats. It doesn't help formats that use the tilemap grid, since those currently depend on SATURATE to...