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

Codec.Picture.WebP

Documentation

decodeRgb8 :: ByteString -> Image PixelRGB8 Source #

decodeRgba8 :: ByteString -> Image PixelRGBA8 Source #

encodeRgb8Lossless :: Image PixelRGB8 -> ByteString Source #

encodeRgba8Lossless :: Image PixelRGBA8 -> ByteString Source #

encodeRgb8 Source #

Arguments

:: CFloat

Quality, 0.0 to 100.0

-> Image PixelRGB8 
-> ByteString 

encodeRgba8 Source #

Arguments

:: CFloat

Quality, 0.0 to 100.0

-> Image PixelRGBA8 
-> ByteString