Gosu
|
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 | |
Functions | |
std::vector< Gosu::Image > | Gosu::load_tiles (const Bitmap &bmp, int tile_width, int tile_height, unsigned image_flags=IF_SMOOTH) |
Convenience function that slices an image file into a grid and creates images from them. More... | |
std::vector< Gosu::Image > | Gosu::load_tiles (const std::string &filename, int tile_width, int tile_height, unsigned image_flags=IF_SMOOTH) |
Convenience function that slices a bitmap into a grid and creates images from them. More... | |
Interface of the Image class and helper functions.
Definition in file Image.hpp.