Image.hpp File Reference

Interface of the Image class and helper functions. More...

Go to the source code of this file.


Classes

class  Gosu::Image
 Provides functionality for drawing rectangular images. More...

Namespaces

namespace  Gosu
 The library's main namespace.

Functions

template<typename Container >
void Gosu::imagesFromTiledBitmap (Graphics &graphics, const std::wstring &filename, int tileWidth, int tileHeight, bool tileable, Container &appendTo)
 Convenience function that splits a BMP or PNG file into an array of small rectangles and creates images from them.
template<typename Container >
void Gosu::imagesFromTiledBitmap (Graphics &graphics, const Bitmap &bmp, int tileWidth, int tileHeight, bool tileable, Container &appendTo)
 Convenience function that splits a bitmap into an area of array rectangles and creates images from them.


Detailed Description

Interface of the Image class and helper functions.

Definition in file Image.hpp.