-
-
Notifications
You must be signed in to change notification settings - Fork 87
dtl::storage::FileBMP (ストレージクラス)
Kasugaccho edited this page May 2, 2019
·
8 revisions
<Storage/FileBMP.hpp>
namespace dtl::storage {
template <typename T>
class FileBMP;
}※ T は1bit以上の型
FileBMPとは "BMP形式の画像ファイルを出力する" 機能を持つクラスである。
| 機能名 | 対応 |
|---|---|
| 非長方形Matrix | 不可 |
Copyright (c) 2018-2021 As Project.
Distributed under the Boost Software License, Version 1.0.(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)