arrayfire / arrayfire-haskell

Haskell bindings to ArrayFire
http://hackage.haskell.org/package/arrayfire
BSD 3-Clause "New" or "Revised" License
59 stars 5 forks source link

How does transfer an image array to such array? #52

Open wujilingfeng opened 1 year ago

wujilingfeng commented 1 year ago

Thanks for your excellent work! I'm very interesting in this library. But I want to know how to interacting with other library. For example , When I read an image with JuicyPixels, how to transfer this data to arrayfire.

I often use accelerate library, and it has many auxiliary libraries.

Thanks again.