Gosu
Classes | Namespaces | Functions
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

 Gosu
 

Functions

std::vector< Gosu::ImageGosu::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::ImageGosu::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...
 

Detailed Description

Interface of the Image class and helper functions.

Definition in file Image.hpp.