#include <image_read.hh>
Static Public Member Functions | |
bool | by_extension (T &output, std::istream &in, const std::string &ext) |
Read an object from a stream. Try do deduce the image format from the extension.
| |
bool | by_data (T &output, std::istream &in) |
Read an object from a stream. Try to match the file format referring to the data only.
|
R | Type of reader. |
Definition at line 58 of file image_read.hh.