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