![]() |
SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
|
#include "ImageConversion.h"
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. | |