Add support for high bit depth multichannel images #8451
Replies: 2 comments
-
If I understand correctly, the difference between the two:
With the former, we have the potential for making pointer math mistakes but avoid including Arrow's C library in Pillow. With the latter we have a more robust data structure for the low price of including Arrow's C library. |
Beta Was this translation helpful? Give feedback.
-
That's not really correct --- My arrow support here doesn't do anything to enable high bit depth images. All it does is use the lightest weight arrow integration (headers/structs only) to export the existing pillow image memory blocks as arrow using the arrow_c_array I'd like to fix those, and get the reverse working -- read arrow array as an image. |
Beta Was this translation helpful? Give feedback.
-
We now have two approaches for this:
Discuss 🍿
Beta Was this translation helpful? Give feedback.
All reactions