libdonut 2.3.6
Application framework for cross-platform game development in C++20
|
Options for saving an image in Truevision TARGA format. More...
#include <donut/graphics/Image.hpp>
Public Attributes | |
bool | useRleCompression = true |
Use run-length encoding to compress the image. | |
bool | flipVertically = false |
Flip the saved image vertically. | |
Options for saving an image in Truevision TARGA format.
bool donut::graphics::ImageSaveTGAOptions::useRleCompression = true |
Use run-length encoding to compress the image.
This kind of compression works best for simple images with infrequent changes in color. The compression is lossless.
bool donut::graphics::ImageSaveTGAOptions::flipVertically = false |
Flip the saved image vertically.