I was just wondering if one of my programs using JuicyPixels could easily provide webp pictures as well (the combination of lossy encoding and alpha transparency is interesting to me), but it seems JuicyPixels does not support it yet. Will it ever?
I see there is a webp package, but it’s not a Haskell native implementation, and that’d be easier in my case.
I was just wondering if one of my programs using JuicyPixels could easily provide webp pictures as well (the combination of lossy encoding and alpha transparency is interesting to me), but it seems JuicyPixels does not support it yet. Will it ever?
I see there is a
webppackage, but it’s not a Haskell native implementation, and that’d be easier in my case.