libdoomsday had the old TGA loader that works with FS1. That is now replaced with a call to de::Image::fromData() that uses Qt for now, and stb_image in the future. libgui's TGA loader can read RLE-formatted images unlike the old TGA loader.
libgui's TGA loader was modified to allow reading colormapped 8-bit images.
Resources: Use libgui's TGA loader
libdoomsday had the old TGA loader that works with FS1. That is now replaced with a call to
de::Image::fromData() that uses Qt for now, and stb_image in the future. libgui's TGA loader can
read RLE-formatted images unlike the old TGA loader.
libgui's TGA loader was modified to allow reading colormapped 8-bit images.
IssueID #2381