| Safe Haskell | None |
|---|
Codec.Picture.RGBA8
Documentation
class ToPixelRGBA8 a whereSource
Methods
toRGBA8 :: a -> PixelRGBA8Source
trimImage :: Image PixelRGBA8 -> (Int, Int) -> (Int, Int) -> Image PixelRGBA8Source
readImageRGBA8 :: FilePath -> IO (Image PixelRGBA8)Source