mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
now supports encoding to BMP as well as TGA, hooray
This commit is contained in:
@@ -78,7 +78,8 @@ namespace image
|
||||
virtual ImageData * newImageData(int width, int height, void *data) = 0;
|
||||
|
||||
enum ImageFormat {
|
||||
FORMAT_TGA
|
||||
FORMAT_TGA,
|
||||
FORMAT_BMP
|
||||
};
|
||||
|
||||
}; // Image
|
||||
|
||||
Reference in New Issue
Block a user