compressed but unfiltered RGBA PNGs in Haskell
Phll.png_rgba :: [[(Word8, Word8, Word8, Word8)]] -> [Word8]
example: ./example.hs
- I basically copied the Haskell wiki in a learning experience but not exactly
- used more
[Word8]
s thanByteString
s not sure if this is super inefficient or something