Supported image formats:
- PNG
- BMP
- GIF
- JPEG
- LBM
- PCX
- PNM
- TGA
- XCF
- XPM
- XV
- (And probably not TIFF)
|
|
Type
Image
Images are created and drawn on screen using functions in love.graphics. Images do currently not exist in memory after they are created as GPU textures, thus methods
for reading single pixel colors and similar are not available.
Supported image formats:
Functions
See Also
Examples
Example 1: Loading an Image and displaying it
Copyright © 2006-2008 LÖVE Development Team.
|