[13:16:33] <Gaiseric> Hello everyone! Newbie here - I successfully used Pil[low] to open a variety of images (different types, dimensions etc.). The question is...
[13:18:06] <Gaiseric> What's the proper method to access the image object with CFFI? I want to run some tight processing loops in C. Is Pillow even suitable for that?
[13:18:58] <Gaiseric> Do I have to use a PixelAccess object and get the pixels one by one?