|
Porytiles
|
An image saver that saves PNG files from an Image with an index pixel type. More...
#include <png_indexed_image_saver.hpp>
Public Member Functions | |
| PngIndexedImageSaver ()=default | |
| virtual | ~PngIndexedImageSaver ()=default |
| virtual ChainableResult< void > | save_to_file (const Image< IndexPixel > &image, const std::filesystem::path &path, TilesPaletteMode mode) const |
An image saver that saves PNG files from an Image with an index pixel type.
This loader's implementation uses png++ wrapper for libpng to save the Image to a PNG.
Definition at line 18 of file png_indexed_image_saver.hpp.
|
default |
|
virtualdefault |
|
virtual |
Definition at line 16 of file png_indexed_image_saver.cpp.