webp-0.1.0.0: JuicyPixels support for WebP format
Safe HaskellNone
LanguageHaskell2010

WebP.Encode

Documentation

webPEncodeRGB :: Ptr UInt8 -> CInt -> CInt -> CInt -> CFloat -> IO (CSize, Ptr UInt8) Source #

webPEncodeRGBA :: Ptr UInt8 -> CInt -> CInt -> CInt -> CFloat -> IO (CSize, Ptr UInt8) Source #

webPEncodeLosslessRGB :: Ptr UInt8 -> CInt -> CInt -> CInt -> IO (CSize, Ptr UInt8) Source #

webPEncodeLosslessRGBA :: Ptr UInt8 -> CInt -> CInt -> CInt -> IO (CSize, Ptr UInt8) Source #