Thomas Mansencal

Results 237 comments of Thomas Mansencal

Hi Shivam, Welcome :) I got back to you via email, see you there! Cheers, Thomas

Hi @fxthomas, I don't have a personal use case but it could be useful. We would need to source the standard though. Here are a few pages: https://cdn.standards.iteh.ai/samples/69661/48c09dfd01a840e2b7c99c70dc5338b1/ISO-IEC-23001-8-2016.pdf

@fxthomas : Overall this looks good to me with a few minor caveats: - We could shorten the module name to maybe `iso_iec_23001_8` - We tend/try to describe all our...

If they are all the same we could alias them as an option, we sometimes do that, e.g. https://github.com/colour-science/colour/blob/develop/colour/characterisation/datasets/colour_checkers/sds.py#L3188, then we would describe that they are all the same in...

Hi @blue-j, So the warnings should not be dangerous and I have actually got rid of most of them in the develop branch last week. The segmentation fault is concerning...

Hi @blue-j, Sorry it seems that I forgot to reply! The format can be specified by simply changing the extension, e.g. `my_image.bmp`. Cheers, Thomas

Hi @Wangld5, Looks like I missed this one! What is your current MPL backend? `print(matplotlib.get_backend())`

Hello, ## 1, 2, 3 So at the moment, we have that kind of functionality in the `colour.RGB_Colourspace` class: #### `colour.RGB_Colourspace.matrix_RGB_to_XYZ` ```python if not self._use_derived_matrix_RGB_to_XYZ: return self._matrix_RGB_to_XYZ else: return self._derived_matrix_RGB_to_XYZ...

## 1, 2, 3 > Providing the callable seems redundant, no? Otherwise, we may as well use a partial directly. Yes, good point, I'm wondering if we should not do...

References --- - https://doi.org/10.1364/JOSA.35.000114