SDL-image-0.5.2: Binding to libSDL_imageContentsIndex
Graphics.UI.SDL.Image
Portabilityportable
Stabilityprovisional
Maintainerlemmih@gmail.com
Description
Documentation
load :: FilePath -> IO Surface
loadRW :: RWops -> Bool -> IO Surface
data ImageType
Constructors
TGA
BMP
PNM
XPM
XCF
PCX
GIF
JPG
TIF
LBM
PNG
Other String
loadTypedRW :: RWops -> Bool -> ImageType -> IO Surface
loadTyped :: FilePath -> ImageType -> IO Surface
isTypedRW :: ImageType -> RWops -> IO Bool
isTyped :: ImageType -> FilePath -> IO Bool
isBMPRW :: RWops -> IO Bool
isBMP :: FilePath -> IO Bool
isPNMRW :: RWops -> IO Bool
isPNM :: FilePath -> IO Bool
isXPMRW :: RWops -> IO Bool
isXPM :: FilePath -> IO Bool
isXCFRW :: RWops -> IO Bool
isXCF :: FilePath -> IO Bool
isPCXRW :: RWops -> IO Bool
isPCX :: FilePath -> IO Bool
isGIFRW :: RWops -> IO Bool
isGIF :: FilePath -> IO Bool
isJPGRW :: RWops -> IO Bool
isJPG :: FilePath -> IO Bool
isTIFRW :: RWops -> IO Bool
isTIF :: FilePath -> IO Bool
isPNGRW :: RWops -> IO Bool
isPNG :: FilePath -> IO Bool
isLBMRW :: RWops -> IO Bool
isLBM :: FilePath -> IO Bool
module Graphics.UI.SDL.Image.Version
Produced by Haddock version 2.1.0