35#ifndef INCLUDE_GUARD_EUNOMIA_DIB_INPUT_OUTPUT_H
36#define INCLUDE_GUARD_EUNOMIA_DIB_INPUT_OUTPUT_H
64 const std::filesystem::path& path,
65 std::unique_ptr<Picture>& uppict,
66 std::unique_ptr<PictureIndexed>& upindx);
77bool saveDib(
const Picture& pict,
const std::filesystem::path& path);
RGB24bit256インデックスの畫像バッファ
Definition picture_indexed.h:58
RGB24bitの畫像バッファ
Definition picture.h:59
bool saveDib(const Picture &pict, const std::filesystem::path &path)
DIBファイルの保存
Definition dibout.cpp:189
bool loadDib(const std::filesystem::path &path, std::unique_ptr< Picture > &uppict, std::unique_ptr< PictureIndexed > &upindx)
DIBファイルの讀み込み
RGB24bit256インデックスの畫像バッファクラス