LIBEUNOMIA
読み取り中…
検索中…
一致する文字列を見つけられません
名前空間 | 関数
pngio.h ファイル

PNG畫像の入出力 [詳解]

#include <filesystem>
#include "picture.h"
#include "picture_rgba.h"
#include "picture_indexed.h"
pngio.h の依存先関係図:
被依存関係図:

[ソースコード]

名前空間

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畫像の入出力

著者
oZ/acy
日付
2021.4.29 v0.1
2021.11.23 PictureIndexed向けのsavePng()の仕樣を變更