14 #ifndef INC_POLYMNIA_DIBIO_H___ 15 #define INC_POLYMNIA_DIBIO_H___ 95 const std::filesystem::path& path)
override;
104 #endif // INC_POLYMNIA_DIBIO_H___
~DibSaver()
Definition: dibio.h:71
bool save(const polymnia::Picture *p, const std::filesystem::path &path) override
Definition: dibout.cpp:187
polymnia::PictureIndexed * load(const std::filesystem::path &path) override
Definition: dibin.cpp:594
~IndexedDibLoader()
Definition: dibio.h:56
RGB24bit256色パレットカラー畫像バッファ
Definition: picture.h:71
~IndexedDibSaver()
Definition: dibio.h:90
RGB24bitカラー畫像バッファ
Definition: picture.h:31
DibLoader()
Definition: dibio.h:37
~DibLoader()
Definition: dibio.h:38
bool save(const polymnia::PictureIndexed *p, const std::filesystem::path &path) override
Definition: dibout.cpp:214
RGB24bit色とRGB256パレットカラーの畫像バッファクラス
DibSaver()
Definition: dibio.h:70
polymnia::Picture * load(const std::filesystem::path &path) override
Definition: dibin.cpp:511
IndexedDibLoader()
Definition: dibio.h:55
IndexedDibSaver()
Definition: dibio.h:89