#include <image_write.hh>
Static Public Member Functions | |
bool | by_extension (const T &input, std::ostream &out, const std::string &ext) |
Write object on the stream. Try do deduce the image format from the extension.
| |
bool | by_data (const T &input, std::ostream &out, const std::string &ext) |
Try to match the file format referring to the data only.
|
W | Type of writer. |
Definition at line 58 of file image_write.hh.