Safe Haskell | None |
---|---|
Language | Haskell2010 |
Graphics.Gloss.Export.Bitmap
Documentation
exportPictureToBitmap Source #
Save a gloss Picture as Bitmap
exportPicturesToBitmap Source #
Arguments
:: Size | width, height in pixels |
-> Color | background color |
-> FilePath | |
-> Animation | function that maps from point in time to Picture. analog to Gloss.Animation |
-> [Float] | list of points in time at which to evaluate the animation |
-> IO () |
Save a gloss animation as Bitmap