Project

General

Profile

« Previous | Next » 

Revision 5f3810c0

Added by skyjake almost 5 years ago

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

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences