-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Binding to libSDL_image
--   
--   SDL_image is an image file loading library. It loads images as SDL
--   surfaces, and supports the following formats: BMP, GIF, JPEG, LBM,
--   PCX, PNG, PNM, TGA, TIFF, XCF, XPM, XV.
@package SDL-image
@version 0.6.2.0

module Graphics.UI.SDL.Image.Version
compiledFor :: Version
linkedWith :: IO Version
instance Foreign.Storable.Storable Graphics.UI.SDL.Image.Version.SDLVersion


module Graphics.UI.SDL.Image
load :: FilePath -> IO Surface
loadRW :: RWops -> Bool -> IO Surface
data ImageType
TGA :: ImageType
BMP :: ImageType
PNM :: ImageType
XPM :: ImageType
XCF :: ImageType
PCX :: ImageType
GIF :: ImageType
JPG :: ImageType
TIF :: ImageType
LBM :: ImageType
PNG :: ImageType
Other :: String -> ImageType
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
