Image —
This widget displays an image.
imageGetPixbuf:: Image -> IO Pixbuf |
imageNewFromFile:: FilePath -> IO Image |
imageNewFromPixbuf:: Pixbuf -> IO Image |
imageNewFromStock:: String -> IconSize -> IO Image |
Because Haskell is not the best language to modify large images directly only functions are bound that allow loading images from disc or by stock names.
Another function for extracting the Pixbuf is added for CellRenderer.
Figure out what other functions are useful within Haskell. Maybe we should support loading Pixmaps without exposing them.