SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
ImageQuantize.h File Reference
#include "ImageConversion.h"
Include dependency graph for ImageQuantize.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  vtfpp
 
namespace  vtfpp::ImageQuantize
 

Functions

std::vector< std::byte > vtfpp::ImageQuantize::convertP8ImageDataToBGRA8888 (std::span< const std::byte > paletteData, std::span< const std::byte > imageData)
 Converts a paletted image to something usable.