Support reading TGA files with alpha channel

This commit is contained in:
rdb 2011-12-19 15:53:59 +00:00
parent 1cf7a1fd79
commit bc8e5de9bf

View File

@ -315,7 +315,7 @@ Reader(PNMFileType *type, istream *file, bool owns_file, string magic_number) :
_x_size = cols;
_y_size = rows;
_num_channels = 3;
//_num_channels = 3;
}