Ian Curtis
|
84ae9df665
|
fix: explicit specialization requires 'template <>'
|
2022-02-06 17:32:44 +00:00 |
|
Bart Trzynadlowski
|
fe7baa108f
|
Bitmap size field in the BITMAPV4HEADER was not being set correctly (the image viewers I've been using are unaffected by this but it ought to be corrected)
|
2022-02-05 06:44:53 +00:00 |
|
Bart Trzynadlowski
|
3f6937e1a6
|
When dumping textures, two T1RGB5 texture maps are written: with and without contour processing. Contour processing can be disabled per-polygon and some textures intended to be used without contour processing contain pixels with T=1 that are clearly not supposed to be transparent. We now output textures_t1rgb5_contour.bmp and textures_t1rgb5_opaque.bmp.
|
2022-02-05 00:52:34 +00:00 |
|
Bart Trzynadlowski
|
32933ef9b0
|
Added a -dump-textures option (config key DumpTextures) that writes texture BMP files, one for each known format (12 in all currently)
|
2022-02-01 23:15:06 +00:00 |
|
Bart Trzynadlowski
|
e21ea93319
|
Added RGBA4 format to BMP file writer
|
2016-09-07 01:25:27 +00:00 |
|
Ian Curtis
|
6d1aa4d527
|
fix compilation
|
2016-05-03 18:38:06 +00:00 |
|
Bart Trzynadlowski
|
fa65542d76
|
Added support for A1RGB5 to BMP file writer and added a (commented-out) example of how to use it to dump texture memory in ~CReal3D()
|
2016-05-03 00:28:56 +00:00 |
|
Bart Trzynadlowski
|
04fba1466d
|
Added utility function to write BMP files
|
2016-04-27 04:08:49 +00:00 |
|