|
| Graphics.UI.GIO.Bitmap | | Portability | portable | | Stability | provisional | | Maintainer | ka2_mail@yahoo.com |
|
|
|
|
|
| Description |
| Bitmaps
|
|
| Synopsis |
|
|
|
|
| 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.6 |