#include <image_read.hh>
Static Public Member Functions | |
static bool | by_extension (T &, std::istream &, const std::string &) |
Read an object from a stream. Try do deduce the image format from the extension. | |
static bool | by_data (T &, std::istream &) |
Read an object from a stream. Try to match the file format referring to the data only. |
In fact, do nothing because of the type of reader. Used when an errors occurs on others types of reader.
Definition at line 101 of file image_read.hh.