Christoph Gohlke
Christoph Gohlke
See https://forum.image.sc/t/tiff-file-read-incorrectly/109208
Can you try to build with: ```patch diff --git a/imagecodecs/libjpeg.pxd b/imagecodecs/libjpeg.pxd index 501d468..45af300 100644 --- a/imagecodecs/libjpeg.pxd +++ b/imagecodecs/libjpeg.pxd @@ -47,9 +47,9 @@ cdef extern from 'jpeglib.h' nogil: struct jpeg_error_mgr: int...
> As MacPorts libjpeg-turbo is at version 3.0.4, the source setup.py should have that line uncommented. Excellent. The extension using libjpeg-turbo has many more features.
Several updates: - the CZI file format specification seems no longer to be available from Zeiss. - `aicsimageio` is deprecated, superseded by [`BioIO`](https://github.com/bioio-devs/bioio). - `libczi` is developed at https://github.com/ZEISS/libczi. -...
Time's up
> The phasorpy namespace will contain about 43 functions and constants. - `CATEGORICAL` - `SRGB_SPECTRUM` - `__version__` - `float2int` - `graphical_component_analysis` - `lifetime_fraction_from_amplitude` - `lifetime_fraction_to_amplitude` - `lifetime_from_frequency` - `lifetime_to_frequency` -...
> the size of the namespace might become an issue For comparison, `len(numpy.__all__) == 499`
> many functions starting with phasor_*, sometimes looking for them is a bit cumbersome I agree. I was hoping that tab completion could help. I think the prefixes are necessary...
PR #215 proposed the following changes: - Move or split modules: - `phasor.py` -> `_phasor.py`, `_lifetime.py`, `_filter.py` - `cluster.py` -> `_cluster.py` - `components.py` -> `_component.py` - `cursors.py` -> `_cursor.py` -...
Thanks to Giula Ossato from Leica Microsystems, I now have access to the "Leica Image File Format v3.2" and "Leica Image File Format Annotations v1.4" specifications in addition sample files...