thomaskleiven
thomaskleiven
Is it possible to split the raw data up into its red, green, and blue components _before_ demosaicing? It seems like that raw data is available using `raw_image` ([docs](https://letmaik.github.io/rawpy/api/rawpy.RawPy.html#rawpy.RawPy.raw_image)) ```python...
To reduce potential bugs and increase code quality, let's consider integrating [CodeRabbit.ai](https://coderabbit.ai/). Although I haven't used it extensively, it has provided valuable comments and suggestions in my experience. **Tasks:** -...
Hi, I've noticed that the library is updated frequently, which is great! However, without unit tests, it can be challenging to ensure that these updates don't break existing functionality. Adding...
Should be quite straightforward to add support for grayscale images. From my understanding, a small refactoring of `resizeKeepAspectRatioPadRightBottom` and `blobFromGpuMats` should be all that's needed.
### Before you start please confirm the following. - [x] Yes, I've searched similar issues on [GitHub](https://github.com/portainer/portainer/issues). - [x] Yes, I've checked whether this issue is covered in the Portainer...