35#ifndef INCLUDE_GUARD_EUNOMIA_JPEG_INPUT_OUTPUT_H
36#define INCLUDE_GUARD_EUNOMIA_JPEG_INPUT_OUTPUT_H
54std::unique_ptr<Picture>
loadJpeg(
const std::filesystem::path& path)
noexcept;
68 const Picture& pict,
const std::filesystem::path& path,
69 bool prog =
false,
int quality = 75) noexcept;
bool saveJpeg(const Picture &pict, const std::filesystem::path &path, bool prog=false, int quality=75) noexcept
JPEGファイルの保存
Definition jpegout.cpp:61
std::unique_ptr< Picture > loadJpeg(const std::filesystem::path &path) noexcept
JPEGファイルの讀み込み
Definition jpegin.cpp:59