Removed changes by Nicholas. These will need to be re-submitted through Trac and manually validated.

Added BMP (24-bit uncompressed, 8-bit uncompressed, and RLE8) and PNG support to File::ReadImageFile(). So far everything in FileHandler is presumed to be safe with any input file except UTK decompression.

Also started making use of the static keyword in various places to aid the compiler in optimization.
This commit is contained in:
Fatbag 2012-04-06 13:27:40 -05:00
parent 7442579090
commit cb751c0bb8
29 changed files with 692 additions and 1291 deletions

View file

@ -37,7 +37,8 @@ enum FErr {
FERR_BLANK,
FERR_MEMORY,
FERR_READ,
FERR_UNRECOGNIZED
FERR_UNRECOGNIZED,
FERR_INVALIDDATA
};
enum ImageFormat_t {