Benjamin Gilbert

Results 534 comments of Benjamin Gilbert

This is likely https://github.com/openslide/openslide/issues/278. I'll go ahead and close, but if you're still seeing this with pixman newer than 0.38.x, feel free to follow up here.

I've just added some [public Philips TIFF slides](https://openslide.cs.cmu.edu/download/openslide-testdata/Philips-TIFF/) to openslide-testdata. Unfortunately, the rule does not hold for those slides: ``` philips.DICOM_DERIVATION_DESCRIPTION: 'tiff-useBigTIFF=1-useRgb=0-levels=10003,10002,10000,10001-processing=0-q80-sourceFilename="T14-03469_3311940 - 2015-12-09 17.29.29.ndpi"' ``` In principle we could...

Closing in favor of #431. I really appreciate the effort you put in here, even if the code didn't end up landing.

This issue has been inactive for a while, so I'll go ahead and close. Anyone who wants to implement additional language bindings is still more than welcome to do so,...

Yes, I'm told that some formats have multi-megabyte ICC profiles. The application should provide the buffer, as it does with `openslide_read_region` and `openslide_read_associated_image`, but it'll need a way to get...

...and similarly for associated images (`openslide_get_associated_image_icc_profile_size` / `openslide_read_associated_image_icc_profile`), if we want to support profiles there. We could perhaps drop the `len` argument, since the application knows how to size the...

> Since each format could potentially store ICC profiles differently, how do you feel about offering the general API function and support for some but not all formats, at least...

We're proceeding with #469, which I expect will land pretty soon.

Support for main image ICC profiles has landed. I'll leave this open until we have support for associated image profiles.