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 | |
Gosu | |
The library's main namespace. | |
Functions | |
std::vector< Gosu::Image > | Gosu::loadTiles (Graphics &graphics, const Bitmap &bmp, int tileWidth, int tileHeight, bool tileable) |
std::vector< Gosu::Image > | Gosu::loadTiles (Graphics &graphics, const std::wstring &bmp, int tileWidth, int tileHeight, bool tileable) |
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. More... | |
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. More... | |
Interface of the Image class and helper functions.
Definition in file Image.hpp.