Reading Pixel using Haskell

Hi everyone!

Does anyone here familiar with Haskell? I am trying to develop a program to read images using Haskell. However, i need to read each pixel on the images. Currently i am using juicy-pixel as a library but i dont know how to read the pixel.

Thanks.

2 Likes

well, not sure about Haskell, but reading pixels in BMP binaries is trivial in elixir

3 Likes

If you can provide some source code or explain more of what you are attempting to do, I might be able to provide some feedback. :slight_smile:

3 Likes