LIBEUNOMIA
|
PNG畫像の入出力 [詳解]
名前空間 | |
namespace | eunomia |
関数 | |
bool | eunomia::loadPng (const std::filesystem::path &path, std::unique_ptr< Picture > &uppict, std::unique_ptr< PictureRgba > &uprgba, std::unique_ptr< PictureIndexed > &upindx) |
PNGファイルの讀み込み | |
bool | eunomia::savePng (const Picture &pict, const std::filesystem::path &path) |
PNGファイルの保存 | |
bool | eunomia::savePng (const PictureRgba &pict, const std::filesystem::path &path) |
PNGファイルの保存 | |
bool | eunomia::savePng (const PictureIndexed &pict, const std::filesystem::path &path, bool trns=false, std::uint8_t tpal=0) |
PNGファイルの保存 | |
PNG畫像の入出力