LIBEUNOMIA
|
#include <iostream>
#include <filesystem>
#include <cctype>
#include <cwctype>
#include "dibio.h"
#include "pngio.h"
#include "jpegio.h"
#include "utility.h"
関数 | |
bool | loadImage (const std::filesystem::path &path, std::unique_ptr< eunomia::Picture > &uppict, std::unique_ptr< eunomia::PictureRgba > &uprgba, std::unique_ptr< eunomia::PictureIndexed > &upindx) |
大文字を小文字に變換した文字列の生成 | |
bool | saveImage (const eunomia::Picture &pict, const std::filesystem::path &path) |
(擴張子に應じた)Pictureの保存 | |
bool | saveImage (const eunomia::PictureRgba &pict, const std::filesystem::path &path) |
(擴張子に應じた)PictureRgbaの保存 | |
int | main (int argc, char **argv) |
bool loadImage | ( | const std::filesystem::path & | path, |
std::unique_ptr< eunomia::Picture > & | uppict, | ||
std::unique_ptr< eunomia::PictureRgba > & | uprgba, | ||
std::unique_ptr< eunomia::PictureIndexed > & | upindx ) |
大文字を小文字に變換した文字列の生成
大文字を小文字に變換した文字列の生成
(擴張子に應じた)畫像の讀み込み
int main | ( | int | argc, |
char ** | argv ) |
bool saveImage | ( | const eunomia::Picture & | pict, |
const std::filesystem::path & | path ) |
(擴張子に應じた)Pictureの保存
bool saveImage | ( | const eunomia::PictureRgba & | pict, |
const std::filesystem::path & | path ) |
(擴張子に應じた)PictureRgbaの保存