ネームスペース | 関数
pnm.h

PBM,PGM,PPM,PNM画像を読み書きするためのライブラリ [詳細]

#include "../mist.h"
#include "../config/color.h"
#include <iostream>
#include <string>
#include <vector>

ソースコードを見る。

ネームスペース

namespace  mist

関数

template<class T , class Allocator >
bool mist::read_pnm (array2< T, Allocator > &image, const std::string &filename, typename array2< T, Allocator >::size_type level=255)
 PNM画像をMISTコンテナに読み込む
template<class T , class Allocator >
bool mist::read_pnm (array2< T, Allocator > &image, const std::wstring &filename, typename array2< T, Allocator >::size_type level=255)
 PNM画像をMISTコンテナに読み込む
template<class T , class Allocator >
bool mist::write_pnm (const array2< T, Allocator > &image, const std::string &filename, typename array2< T, Allocator >::size_type pnm_type=6, typename array2< T, Allocator >::size_type level=255)
 MISTコンテナの画像をPNM形式でファイルに出力する
template<class T , class Allocator >
bool mist::write_pnm (const array2< T, Allocator > &image, const std::wstring &filename, typename array2< T, Allocator >::size_type pnm_type=6, typename array2< T, Allocator >::size_type level=255)
 MISTコンテナの画像をPNM形式でファイルに出力する

説明

PBM,PGM,PPM,PNM画像を読み書きするためのライブラリ


Generated on Wed Nov 12 2014 19:44:28 for MIST by doxygen 1.8.1.2