Torque3D/Engine/source/gfx/bitmap
marauder2k7 33094397c2 Update bitmapSTB.cpp
stb loader was spamming NO SOI with the function of stbi_info_from_memory because it checks for a jpeg first. This will always return an error if you are sending any other format. Remove this check and just load the memory stream. if it fails to return pixeldata then we have an error.
2024-03-27 07:32:59 +00:00
..
loaders Update bitmapSTB.cpp 2024-03-27 07:32:59 +00:00
bitmapUtils.cpp Image format code tweaks. 2018-09-16 17:54:21 -05:00
bitmapUtils.h Image format code tweaks. 2018-09-16 17:54:21 -05:00
cubemapSaver.cpp set cubemapsaver profile to one that preserves sizes 2021-11-21 14:28:51 -06:00
cubemapSaver.h Updates and fixes to probe and lighting logic. 2018-09-17 01:52:18 -05:00
ddsData.h RGBA16F saving support for probes 2018-12-05 20:01:58 +10:00
ddsFile.cpp Revert "revert #1148 as prematurely incorporated" 2024-01-20 18:01:57 +00:00
ddsFile.h virtuals removed 2024-03-18 18:13:00 +00:00
gBitmap.cpp clang tidy misc fixes 2024-03-18 20:11:44 -05:00
gBitmap.h Expanded Features 2024-01-20 22:47:58 +00:00
imageUtils.cpp rest of virtuals removed 2024-03-18 18:40:22 +00:00
imageUtils.h Final Cleanup 2024-01-23 08:47:26 +00:00