Skip to content

dtl::storage::FileBMP (ストレージクラス)

Kasugaccho edited this page May 2, 2019 · 8 revisions

バージョン:0.4.5.0以降

<Storage/FileBMP.hpp>

namespace dtl::storage {
  template <typename T>
  class FileBMP;
}

T は1bit以上の型

概要

FileBMPとは "BMP形式の画像ファイルを出力する" 機能を持つクラスである。

当機能は <DTL.hpp> ヘッダには含まれない。

対応機能

機能名 対応
非長方形Matrix 不可

Clone this wiki locally