ParentContentsIndex
Graphics.UI.GIO.Bitmap
Portability portable
Stability provisional
Maintainer ka2_mail@yahoo.com
Description
Bitmaps
Synopsis
createBitmap :: Size -> IO Bitmap
readBitmap :: FilePath -> [Prop Bitmap] -> IO Bitmap
writeBitmap :: Bitmap -> FilePath -> String -> IO ()
getAvailableCodecs :: IO [Codec]
Bitmaps
createBitmap :: Size -> IO Bitmap
Create an empty bitmap of a certain size.
readBitmap :: FilePath -> [Prop Bitmap] -> IO Bitmap
Read a bitmap from file.
writeBitmap :: Bitmap -> FilePath -> String -> IO ()
Write a bitmap image to file. Can select different formats with the supplied MIME string. The image type "image/bmp" is always supported. See also getAvailableCodecs.
getAvailableCodecs :: IO [Codec]
Return all available codec's on this platform.
Produced by Haddock version 0.4