rawpy icon indicating copy to clipboard operation
rawpy copied to clipboard

📷 RAW image processing for Python, a wrapper for libraw

Results 25 rawpy issues
Sort by recently updated
recently updated
newest added

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...

I remarked that the speed of reading (and postprocessing) files with rawpy is significantly different depending on how you open the file. Passing a filename to the **rawpy.imread()** function it...

To crop noise in low grayscale regions, I want to use 'user_black' to crop very low grayscale regions, but since I can only set one int value for 'user_black', I...

enhancement

When I installed on MacOS with M1(arm) according to `Installation from source on Linux/macOS `, it showed that `Successfully installed rawpy`, but rawpy was not available. ``` Building wheels for...

question

For instance a Canon RAW with Dual Pixel Raw enabled would have 2 RAW images in the file chosen by shot_select=0 or shot_select=1. Cameras like the 5D Mark IV or...

enhancement
help wanted

Currently, libjpeg from http://ijg.org is used when building wheels. Given that [libjpeg-turbo](https://github.com/libjpeg-turbo/libjpeg-turbo) is compatible with libjpeg and 2-6x faster it makes sense to switch to it. Note that this will...

enhancement
help wanted

ACES has been around for a while, but DCI-P3 (D65) and Pec. 2020 are only in LibRaw master

Related to #147. The end goal is to be able to do `pip install git+https://github.com/letmaik/[email protected]` without installing numpy and cython in advance. This is mostly for Linux and will also...

enhancement

Hi, I'm trying to debug my code, which uses the following line: `with rawpy.imread(img_arw_path) as img_raw:` Whenever I set a break point after the scope of the 'with', PyCharm throws...

The current scripts are supposed to work in a CI environment. On trying these on a local machine; if the build fails due to some reason, subsequent attempts to build...

enhancement
help wanted