now supports encoding to BMP as well as TGA, hooray

This commit is contained in:
bill@Ixion
2009-09-05 14:07:05 -05:00
parent 3c2bd1bd9c
commit e21ce73554
3 changed files with 75 additions and 8 deletions
+2 -1
View File
@@ -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